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”).

First term of the first run of at least n consecutive numbers in A137292.
3

%I #2 Mar 30 2012 17:27:55

%S 1,3,3,469,1333,15984,978131,978131

%N First term of the first run of at least n consecutive numbers in A137292.

%e First few terms of A137292 are 1,3,4,5,7,9,10,13,... . The first run of at least two consecutive numbers is 3,4; the first run of at least three consecutive numbers is 3,4,5. Hence a(2) = a(3) = 3.

%Y Cf. A137292.

%K nonn,base

%O 1,2

%A _Klaus Brockhaus_, Mar 25 2008