The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A075704 p and 12*p+1 are both primes. 3
3, 5, 13, 19, 23, 29, 31, 59, 61, 71, 73, 83, 89, 101, 103, 139, 149, 191, 199, 223, 229, 233, 269, 271, 281, 293, 311, 379, 383, 401, 409, 433, 463, 479, 503, 523, 569, 601, 631, 643, 661, 691, 719, 751, 761, 773, 811, 829, 839, 863, 883, 929, 953, 1009, 1013 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
5 is a prime and 12*5+1=61 is also a prime. 13 and 12*13+1=157 are both primes...
MAPLE
ts_m_sophie_germain_pras := proc(n); if (isprime(n)='true' and isprime(12*n+1)='true') then RETURN(n); fi; end: seq(ts_m_sophie_germain_pras(i), i=1..2030);
MATHEMATICA
Select[Prime[Range[300]], PrimeQ[12#+1]&] (* Harvey P. Dale, Feb 06 2012 *)
CROSSREFS
Sequence in context: A002716 A046154 A180120 * A045413 A108702 A136053
KEYWORD
nonn
AUTHOR
Jani Melik, Oct 02 2002
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 June 1 12:42 EDT 2024. Contains 373023 sequences. (Running on oeis4.)