login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

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 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A173826 Primes p such that p-+floor(Sqrt(p)) are primes. 2
5, 37, 47, 151, 331, 349, 593, 617, 907, 911, 937, 941, 1789, 1831, 2341, 2389, 2399, 2957, 3617, 3631, 3673, 3719, 4457, 5261, 5309, 6121, 6151, 6199, 6221, 7103, 7127, 7213, 8101, 8179, 9323, 9337, 9377, 10529, 10589, 11789, 13007, 13033, 13037 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
5-+2->primes, 37-+6->primes,..
LINKS
MATHEMATICA
f1[n_]:=n-Floor[Sqrt[n]]; f2[n_]:=n+Floor[Sqrt[n]]; lst={}; Do[p=Prime[n]; If[PrimeQ[f1[p]]&&PrimeQ[f2[p]], AppendTo[lst, p]], {n, 8!}]; lst
CROSSREFS
Sequence in context: A043075 A096673 A144960 * A071680 A141182 A127589
KEYWORD
nonn
AUTHOR
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 December 7 05:10 EST 2023. Contains 367629 sequences. (Running on oeis4.)