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

%I #14 Apr 01 2018 06:49:06

%S 2,5,13,21,24,32,40,43,51,1470,1478,2701,12032,12040,12048,12051,

%T 12059,12067,12070,12078,13301,14524,14683,14691,14699,14702,14710,

%U 14718,14721,14729

%N Indices i in A112058 where records of 17*i - 3*A112058(i)/8 occur.

%o (Python)

%o i, n, rec = 0, 0, 0

%o while n < 1000:

%o ....i = i+1

%o ....if 17*i-3*A112058(i)//8 > rec:

%o ........n, rec = n+1, 17*i-3*A112058(i)//8

%o ........print(n,i)

%Y Cf. A112046, A112056, A112057, A112058.

%K nonn,more

%O 1,1

%A _A.H.M. Smeets_, Jan 31 2018

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 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)