login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A249684 Numbers that take a record number of steps before they appear in A084937. 5

%I #6 Nov 06 2014 00:14:11

%S 1,2,3,5,11,14,26,29,32,56,59,62,95,98,101,137,140,143,146,152,200,

%T 203,206,209,215,221,224,281,287,290,293,296,299,302,305,365,371,374,

%U 377,380,383,386,392,398,401,485,488,491,497,500,503,506,509,512,518,521,533,614,620,623,626,629,632,635

%N Numbers that take a record number of steps before they appear in A084937.

%C Records in A084933.

%C A249777(a(n)) = 0. - _Reinhard Zumkeller_, Nov 05 2014

%H Reinhard Zumkeller, <a href="/A249684/b249684.txt">Table of n, a(n) for n = 1..10000</a>

%o (Haskell)

%o a249684 n = a249684_list !! (n-1)

%o a249684_list = filter ((== 0) . a249777) [1..]

%o -- _Reinhard Zumkeller_, Nov 05 2014

%Y Cf. A084933, A084937, A249685, A249777.

%K nonn

%O 1,2

%A _N. J. A. Sloane_, Nov 05 2014

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 17 12:06 EDT 2024. Contains 375987 sequences. (Running on oeis4.)