cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

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

This page as a plain text file.
%I A298991 #18 Mar 11 2025 03:10:58
%S A298991 2,5,13,21,24,32,40,43,51,1470,1478,2701,12032,12040,12048,12051,
%T A298991 12059,12067,12070,12078,13301,14524,14683,14691,14699,14702,14710,
%U A298991 14718,14721,14729
%N A298991 Indices i in A112058 where records of 17*i - 3*A112058(i)/8 occur.
%o A298991 (Python)
%o A298991 i, n, rec = 0, 0, 0
%o A298991 while n < 1000:
%o A298991     i = i+1
%o A298991     if 17*i-3*A112058(i)//8 > rec:
%o A298991         n, rec = n+1, 17*i-3*A112058(i)//8
%o A298991         print(n,i)
%Y A298991 Cf. A112046, A112056, A112057, A112058.
%K A298991 nonn,more
%O A298991 1,1
%A A298991 _A.H.M. Smeets_, Jan 31 2018