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!)
A165353 Primes p such that p+(p^2-1)/8 is a prime number. 4
7, 17, 23, 31, 41, 71, 73, 79, 103, 113, 127, 151, 191, 233, 257, 281, 311, 337, 367, 383, 409, 433, 463, 487, 569, 577, 593, 601, 607, 647, 809, 887, 911, 953, 977, 1039, 1049, 1087, 1097, 1153, 1193, 1201, 1223, 1279, 1297, 1321, 1361, 1399, 1433, 1481, 1487 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n)+(a(n)^2-1)/8 = A165352(n).
MATHEMATICA
Select[Prime[Range[250]], PrimeQ[# + (#^2 - 1)/8] &] (* Vincenzo Librandi, Sep 01 2012 *)
PROG
(Magma) [n: n in [3..1500] |IsPrime(n) and IsPrime(n+(n^2-1) div 8)]; // Vincenzo Librandi, Sep 01 2012
CROSSREFS
Sequence in context: A001132 A308816 A254678 * A048976 A088546 A265816
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Sep 16 2009
EXTENSIONS
More terms from R. J. Mathar, Sep 21 2009
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 May 11 05:02 EDT 2024. Contains 372388 sequences. (Running on oeis4.)