76967
domain: N
Appears in sequences
- Smallest palindromic multiple of 11, sum of whose digits at some stage is equal to n.at n=34A083516
- Let P1>=3, P2, P3 be consecutive primes, with P3-P2=2. a(n)=(P2+P3)/12 when P2-P1 sets a record.at n=15A329158
- Let P1 >= 3, P2, P3 be consecutive primes, with P3 - P2 = 2. a(n) = (P2 + P3)/12 for the first occurrence of (P2 - P1)/2 = n.at n=41A329251
- 6*a(n) - 1 is the least prime p of a pair of twin primes p, p + 2, for which the prime gap immediately below p achieves the size 2*A007494(n).at n=27A337435
- a(n) = Sum_{k=0..floor(n/2)} binomial(n+k-1,k) * binomial(3*k,n-2*k).at n=10A389293