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!)
A362399 Positions of records in A336830. 2
0, 1, 2, 3, 4, 6, 8, 9, 10, 13, 21, 41, 74, 131, 213, 347, 519, 971, 2915, 5732, 7938, 11913, 19972, 31783, 40936, 48361, 87369, 150765, 294320, 498635, 547579, 959518, 1662638, 2886810, 4650033, 6671264, 10248826, 17280370, 33215677, 50757703, 140318553, 229785674 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
PROG
(Python) # uses generator in A336830
from itertools import count, islice
def agen(r=-1): yield from ((i, r:=v)[0] for i, v in enumerate(A336830()) if v > r)
print(list(islice(agen(), 32)))
CROSSREFS
Cf. A336830, A362398 (records).
Sequence in context: A060306 A158614 A303434 * A080823 A117925 A135571
KEYWORD
nonn,changed
AUTHOR
Michael S. Branicky, Apr 18 2023
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 July 21 09:16 EDT 2024. Contains 374472 sequences. (Running on oeis4.)