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!)
A104783 Prime numbers p such that pi(p) + 2*p is a square. 3
43, 113, 331, 1019, 1559, 1613, 2087, 2551, 3217, 5471, 6317, 7109, 7583, 7703, 11777, 13967, 15649, 18353, 21277, 22921, 24847, 27767, 27997, 29167, 66617, 86531, 91081, 91921, 112289, 116041, 122267, 122753, 123727, 125197, 138289 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = prime(A104776(n)).
MATHEMATICA
Select[Prime[Range[13000]], IntegerQ[Sqrt[PrimePi[#]+2 #]]&] (* Harvey P. Dale, Jun 01 2021 *)
PROG
(PARI) lista(nn) = {vec = vector(nn, i, prime(i)); pp = select(i->(issquare(2*i+primepi(i))), vec); pp; } \\ Michel Marcus, Oct 09 2013
CROSSREFS
Cf. A104776.
Sequence in context: A052089 A260809 A039471 * A142081 A138695 A297412
KEYWORD
nonn
AUTHOR
Zak Seidov, Apr 23 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 19 16:08 EDT 2024. Contains 371794 sequences. (Running on oeis4.)