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.

A373774 a(n) is the number of terms of A000057 in [10^n].

This page as a plain text file.
%I A373774 #25 Jun 22 2024 04:48:13
%S A373774 3,7,38,249,1894,15456,130824,11344404,10007875,89562047
%N A373774 a(n) is the number of terms of A000057 in [10^n].
%H A373774 Rishi Kumar, <a href="https://arxiv.org/abs/2406.05890">Kepler Sets of Second-Order Linear Recurrence Sequences Over Q_p</a>, arXiv:2406.05890 [math.NT], 2024. See pp. 6-7.
%F A373774 Conjectured by Kumar under GRH: Limit_{n->oo} a(n)/A006880(n) = (10/19)*A005596 = 0.196818849273264362134067397024429692164015394...
%t A373774 a[n_]:=Length[Select[Prime[Range[PrimePi[10^n]]], Function[p, c=0; b=1; m=1; While[b != 0, t=b; b = Mod[(c+b), p]; c=t; m++]; m>p]]]; Array[a,4] (* after _Charles R Greathouse IV_ and _Jean-François Alcover_ in A000057 *)
%Y A373774 Cf. A000045, A000057, A001602, A005596, A006880.
%K A373774 nonn,hard,more
%O A373774 1,1
%A A373774 _Stefano Spezia_, Jun 18 2024