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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A124065 Numbers n such that 8n-1 and 8n+1 are twin primes. 8
9, 24, 30, 39, 54, 75, 129, 144, 165, 186, 201, 234, 261, 264, 324, 336, 339, 375, 390, 396, 420, 441, 459, 471, 516, 534, 600, 621, 654, 660, 690, 705, 735, 795, 819, 849, 870, 891, 936, 945, 1011, 1029, 1125, 1155, 1179, 1215, 1221, 1251, 1284, 1395, 1419 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

Select[Range[1500], And @@ PrimeQ[{-1, 1} + 8# ] &] (*Chandler*)

PROG

(MAGMA) [n: n in [1..2000] | IsPrime(8*n+1) and IsPrime(8*n-1)] [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it)

CROSSREFS

Cf. A040040, A045753, A002822, A124518-A124522, A063983.

Sequence in context: A101058 A161431 A102217 * A121453 A003343 A047720

Adjacent sequences:  A124062 A124063 A124064 * A124066 A124067 A124068

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Nov 04 2006

EXTENSIONS

Extended by Ray Chandler (rayjchandler(AT)sbcglobal.net), Nov 16 2006

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 14 16:55 EST 2012. Contains 205635 sequences.