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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A064220 Least k such that k*11^n +/- 1 are twin primes. 0
4, 18, 12, 12, 120, 168, 72, 78, 810, 312, 90, 138, 270, 948, 408, 192, 960, 1920, 738, 4698, 810, 1872, 6978, 2058, 3222, 570, 870, 390, 9708, 14118, 9378, 6822, 8730, 2250, 1008, 8052, 732, 5400, 2910, 5982, 2688, 16758, 1908, 258, 762, 1488, 12678 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

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

CROSSREFS

Cf. A063983.

Sequence in context: A158320 A077109 A070923 * A205105 A081420 A039277

Adjacent sequences:  A064217 A064218 A064219 * A064221 A064222 A064223

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 16 13:43 EST 2012. Contains 205914 sequences.