login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A138698 Primes p such that 54*p-1, 54*p+1 and 60*p-1, 60*p+1 are twin primes. 5
1093, 1777, 1933, 4073, 11117, 42533, 42937, 59263, 80473, 90677, 98323, 109717, 111427, 120917, 138893, 157627, 170603, 207367, 227627, 241333, 250753, 296687, 305423, 332303, 346277, 359563, 360907, 367163, 371617, 376307, 404837, 446417 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

54*1093-1=59021, 54*1093+1=59023; 60*1093-1=65579, 60*1093+1=65581;...

MATHEMATICA

a=54; b=60; 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(54*p-1) and IsPrime(54*p+1) and IsPrime(60*p-1) and IsPrime(60*p+1)] [From V. Librandi, Nov 24 2010]

CROSSREFS

Sequence in context: A091673 A174422 A096082 * A023698 A038469 A077816

Adjacent sequences:  A138695 A138696 A138697 * A138699 A138700 A138701

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), May 15 2008

EXTENSIONS

More terms from Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Apr 01 2010

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 18 00:14 EST 2012. Contains 206085 sequences.