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!)
A168274 Primes p such that 10*p^3 + 1 is prime. 4
3, 31, 37, 43, 73, 109, 163, 211, 241, 313, 337, 409, 499, 673, 739, 757, 907, 1033, 1039, 1069, 1237, 1327, 1447, 1483, 1489, 1597, 1663, 1741, 1777, 1933, 2083, 2143, 2251, 2437, 2683, 2797, 3001, 3181, 3307, 3319, 3463, 3739, 3793, 4051 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Subsequence of A168219.
LINKS
EXAMPLE
10*3^3+1 = 271 is prime, so prime 3 is in the sequence.
10*313^3+1 = 306642971 is prime, so prime 313 is in the sequence.
MATHEMATICA
Select[Prime[Range[100]], PrimeQ[10*#^3 + 1] &] (* G. C. Greubel, Jul 16 2016 *)
PROG
(Magma) [ p: p in PrimesUpTo(5000) | IsPrime(10*p^3+1) ]; // Vincenzo Librandi, Jan 29 2011
(PARI) select(p->isprime(10*p^3+1), primes(1000)) \\ Charles R Greathouse IV, Jul 16 2016
CROSSREFS
Sequence in context: A042477 A023297 A077546 * A141177 A154502 A046282
KEYWORD
nonn
AUTHOR
Eva-Maria Zschorn (e-m.zschorn(AT)zaschendorf.km3.de), Nov 22 2009
EXTENSIONS
Edited by Charles R Greathouse IV, Apr 24 2010
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 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)