login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A082407
define u(k) as u(1)=1 u(k)=binomial(2*u(k-1),u(k-1)) (mod k), sequence gives values of k such that u(k)=0.
0
2, 12, 17, 21, 26, 31, 36, 42, 48, 53, 60, 74, 79, 84, 95, 102, 107, 113, 118, 123, 131, 136, 143, 151, 156, 162, 167, 172, 177, 185, 190, 195, 201, 212, 217, 224, 231, 236, 241, 246, 251, 257, 267, 272, 278, 293, 302, 310, 315, 325, 333, 339, 344, 349, 354
OFFSET
1,1
FORMULA
It seems that a(n) is asymptotic to c*n with 6.1 < c < 6.2.
CROSSREFS
Sequence in context: A134833 A057827 A266802 * A063576 A144264 A277961
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Apr 23 2003
STATUS
approved