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!)
A064221 Least k such that k*12^n +/- 1 are twin primes. 3
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; text; internal format)
OFFSET
0,1
LINKS
MATHEMATICA
Do[ k = 1; While[ ! PrimeQ[ k*12^n + 1 ] || ! PrimeQ[ k*12^n - 1 ], k++ ]; Print[ k ], {n, 0, 50} ]
lktpQ[n_]:=Module[{c=12^n, k=1}, While[!AllTrue[k*c+{1, -1}, PrimeQ], k++]; k]; Array[lktpQ, 60, 0] (* The program uses the AllTrue function from Mathematica version 10 *) (* Harvey P. Dale, Jul 21 2015 *)
CROSSREFS
Sequence in context: A193793 A301510 A085471 * A229672 A298568 A152890
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Sep 21 2001
EXTENSIONS
Offset corrected by Georg Fischer, May 01 2022
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 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)