|
|
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
|
Table of n, a(n) for n=1..30.
|
|
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
|
Cf. A112046, A112056, A112057, A112058.
Sequence in context: A327909 A072899 A099982 * A046696 A102719 A075470
Adjacent sequences: A298988 A298989 A298990 * A298992 A298993 A298994
|
|
KEYWORD
|
nonn,more
|
|
AUTHOR
|
A.H.M. Smeets, Jan 31 2018
|
|
STATUS
|
approved
|
|
|
|