login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A225625
Primes of the form floor(log(p)) + p^2, where p is prime.
2
4493, 5333, 9413, 10613, 18773, 185767, 323767, 502687, 737887, 863047, 885487, 942847, 982087, 1079527, 488100659, 511709651, 514337051, 515153819, 515698691, 517062131, 526381259, 527207531, 527299379, 533009579, 536339291, 536987939, 538100819, 546110171
OFFSET
1,1
LINKS
EXAMPLE
Floor(log(67)) + 67^2 = 4493.
Floor(log(22093)) + 22093^2 = 488100659.
MATHEMATICA
p = Prime[Range[3000]]; Select[p^2 + Floor[Log[p]], PrimeQ] (* T. D. Noe, May 13 2013 *)
CROSSREFS
Cf. A225626 (primes p).
Sequence in context: A345859 A031565 A031745 * A184465 A144490 A252470
KEYWORD
nonn
AUTHOR
John-Å. W. Olsen, May 11 2013
STATUS
approved