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!)
A088634 Index of the first occurrence of n in A066888. 3
1, 3, 2, 9, 17, 28, 30, 36, 41, 54, 74, 51, 65, 92, 100, 112, 118, 132, 108, 154, 158, 161, 172, 175, 210, 197, 215, 255, 248, 239, 236, 316, 297, 291, 340, 321, 330, 345, 334, 400, 406, 402, 423, 394, 445, 452, 509, 493, 507, 481, 526, 546, 561, 584, 565, 598 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
For all 0 < n < 1000, a(n) < A104272(n). - John W. Nicholson, May 22 2011
LINKS
MATHEMATICA
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 *)
CROSSREFS
Sequence in context: A309673 A154343 A049969 * A118791 A234840 A234743
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Oct 26 2003
EXTENSIONS
More terms from David Wasserman, Aug 16 2005
STATUS
approved

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 16 14:51 EDT 2024. Contains 371749 sequences. (Running on oeis4.)