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
1, 2, 3, 5, 11, 14, 26, 29, 32, 56, 59, 62, 95, 98, 101, 137, 140, 143, 146, 152, 200, 203, 206, 209, 215, 221, 224, 281, 287, 290, 293, 296, 299, 302, 305, 365, 371, 374, 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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Records in A084933.
A249777(a(n)) = 0. - Reinhard Zumkeller, Nov 05 2014
LINKS
PROG
(Haskell)
a249684 n = a249684_list !! (n-1)
a249684_list = filter ((== 0) . a249777) [1..]
-- Reinhard Zumkeller, Nov 05 2014
CROSSREFS
Sequence in context: A129201 A137692 A331785 * A275913 A004680 A230147
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Nov 05 2014
STATUS
approved

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 April 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)