The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A175154 a(n) = prime index of A048059(n). 1
5, 6, 7, 9, 11, 13, 16, 19, 23, 26, 39, 44, 54, 61, 66, 71, 83, 103, 121, 143, 152, 160, 197, 238, 248, 270, 313, 336, 386, 403, 453, 481, 512, 527, 542, 619, 635, 714, 752, 804, 842, 857, 898, 915, 933, 1092, 1112, 1154, 1242, 1265, 1307, 1372, 1412, 1534, 1561 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Indices of primes of the form n^2+n+11.
PrimePi(A048059(n)), where PrimePi(k) is the number of primes <= k (A000720).
prime(a(n)) = A048059(n).
LINKS
FORMULA
a(n) = A000720(A048059(n)).
EXAMPLE
A048059(7) = 53 is the seventh prime of the form n^2+n+11; 53 has prime index 16 (PrimePi(53) = 16, prime(16) = 53). Hence a(7) = 16.
PROG
(Magma) PrimePi:=func< n | #PrimesUpTo(n) >; [ PrimePi(p): x in [0..120] | IsPrime(p) where p is x^2+x+11 ];
CROSSREFS
Cf. A048058 (n^2+n+11), A048097 (n such that n^2+n+11 is prime), A048059 (primes of the form n^2+n+11), A000720 (PrimePi(n), number of primes <= n), A173752.
Sequence in context: A180061 A196029 A096820 * A355239 A030388 A031059
KEYWORD
nonn
AUTHOR
Klaus Brockhaus, Feb 27 2010
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 May 21 11:13 EDT 2024. Contains 372735 sequences. (Running on oeis4.)