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!)
A228865 Primes of the form n^2 + pi(n). 1
5, 11, 53, 149, 331, 449, 1307, 1381, 1777, 2039, 2719, 3041, 3617, 3739, 4243, 4643, 4919, 6263, 7079, 9049, 9629, 12799, 16931, 18257, 20483, 21059, 24061, 32441, 32803, 34267, 38069, 42071, 46703, 49331, 53411, 57173, 64063, 68699, 74587, 75683, 105691, 110291 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: the sequence is infinite.
LINKS
EXAMPLE
a(6)= 449 which is a prime. 21^2+pi(21) = 441 + 8 = 449.
MAPLE
with(numtheory): KD:= proc() local a, b; a:= n^2+pi(n); if isprime(a) then RETURN(a): fi; end: seq(KD(), n=1..1000);
CROSSREFS
Sequence in context: A197958 A094107 A107009 * A149527 A201180 A109546
KEYWORD
nonn
AUTHOR
K. D. Bajpai, Sep 05 2013
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 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)