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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A064221 Least k such that k*12^n +/- 1 are twin primes. 0
4, 1, 3, 19, 33, 4, 165, 35, 150, 35, 205, 35, 63, 435, 48, 4, 223, 399, 388, 149, 125, 86, 335, 491, 565, 876, 73, 250, 85, 526, 217, 139, 557, 676, 488, 629, 592, 1290, 2110, 366, 140, 2461, 6198, 6476, 2033, 751, 7258, 2054, 2275, 1345, 445 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

Do[ k = 1; While[ ! PrimeQ[ k*12^n + 1 ] || ! PrimeQ[ k*12^n - 1 ], k++ ]; Print[ k ], {n, 0, 50} ]

CROSSREFS

Cf. A063983.

Sequence in context: A162516 A193793 A085471 * A152890 A143354 A171539

Adjacent sequences:  A064218 A064219 A064220 * A064222 A064223 A064224

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Sep 21 2001

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 18:33 EST 2012. Contains 205663 sequences.