OFFSET
1,1
COMMENTS
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
KEYWORD
nonn
AUTHOR
Klaus Brockhaus, Feb 27 2010
STATUS
approved