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!)
A298991 Indices i in A112058 where records of 17*i - 3*A112058(i)/8 occur. 0
2, 5, 13, 21, 24, 32, 40, 43, 51, 1470, 1478, 2701, 12032, 12040, 12048, 12051, 12059, 12067, 12070, 12078, 13301, 14524, 14683, 14691, 14699, 14702, 14710, 14718, 14721, 14729 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(Python)
i, n, rec = 0, 0, 0
while n < 1000:
....i = i+1
....if 17*i-3*A112058(i)//8 > rec:
........n, rec = n+1, 17*i-3*A112058(i)//8
........print(n, i)
CROSSREFS
Sequence in context: A327909 A072899 A099982 * A046696 A102719 A075470
KEYWORD
nonn,more
AUTHOR
A.H.M. Smeets, Jan 31 2018
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 20 03:03 EDT 2024. Contains 371798 sequences. (Running on oeis4.)