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!)
A138695 Primes p such that 24*p-1, 24*p+1 and 30*p-1, 30*p+1 are twin primes. 1
43, 113, 9283, 13147, 14057, 17977, 26893, 34273, 47123, 47543, 56477, 60887, 75557, 123803, 137873, 153623, 163337, 201797, 250307, 284747, 325697, 333787, 349637, 356287, 358597, 447217, 455687, 538943, 561553, 563263, 582317, 616757 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
24*43-1=1031, 24*43+1=1033; 30*43-1=1289, 30*43+1=1291.
MATHEMATICA
a=24; b=30; Select[Prime[Range[14^4]], PrimeQ[a*#-1]&&PrimeQ[a*#+1]&&PrimeQ[b*#-1]&&PrimeQ[b*#+1]&]
PROG
(Magma) [p: p in PrimesUpTo(1000)| IsPrime(24*p-1) and IsPrime(24*p+1) and IsPrime(30*p-1) and IsPrime(30*p+1)]; // Vincenzo Librandi, Nov 24 2010
CROSSREFS
Sequence in context: A039471 A104783 A142081 * A297412 A282294 A251075
KEYWORD
nonn,easy
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 April 16 17:36 EDT 2024. Contains 371749 sequences. (Running on oeis4.)