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.
%I A088634 #21 Sep 02 2025 22:52:46 %S A088634 1,3,2,9,17,28,30,36,41,54,74,51,65,92,100,112,118,132,108,154,158, %T A088634 161,172,175,210,197,215,255,248,239,236,316,297,291,340,321,330,345, %U A088634 334,400,406,402,423,394,445,452,509,493,507,481,526,546,561,584,565,598 %N A088634 Index of the first occurrence of n in A066888. %C A088634 For all 0 < n < 1000, a(n) < A104272(n). - _John W. Nicholson_, May 22 2011 %H A088634 T. D. Noe, <a href="/A088634/b088634.txt">Table of n, a(n) for n = 0..10000</a> %t A088634 nn=100; k=0; t=Table[0,{nn}]; cnt=0; While[cnt<nn, k++; prms=PrimePi[k(k+1)/2] - PrimePi[k(k-1)/2]; If[0<prms<=nn && t[[prms]]==0, t[[prms]]=k; cnt++]]; Join[{1},t] (* _T. D. Noe_, May 19 2011 *) %Y A088634 Cf. A066888, A000217, A000040, A190661. %K A088634 nonn,changed %O A088634 0,2 %A A088634 _Amarnath Murthy_, Oct 26 2003 %E A088634 More terms from _David Wasserman_, Aug 16 2005