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!)
A186811 Twin primes of the form k*6^m-1 and k*6^m+1, where k is prime. 0
11, 13, 17, 19, 29, 31, 41, 43, 71, 73, 101, 103, 107, 109, 137, 139, 179, 181, 281, 283, 431, 433, 617, 619, 641, 643, 821, 823, 827, 829, 1697, 1699, 1877, 1879, 2081, 2083, 2237, 2239, 2381, 2383, 2591, 2593 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Twins are obtained by comparing the values given in A185069 and A186782.
LINKS
EXAMPLE
17*6^13-1 and 17*6^13+1 are twins.
MATHEMATICA
maxM = 5; r = Select[Prime[Range[PrimePi[2*6^maxM]]], PrimeQ[# + 2] &] + 1; u = Sort[Flatten[Table[Select[r, PrimeQ[#/6^k] &] - 1, {k, maxM}]]]; Sort[Join[u, u + 2]] (* T. D. Noe, Feb 28 2011 *)
PROG
See A185069 and A186782.
CROSSREFS
Sequence in context: A215927 A229947 A132247 * A038926 A356466 A168446
KEYWORD
nonn
AUTHOR
Gilbert Mozzo, Feb 27 2011
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 August 20 00:15 EDT 2024. Contains 375310 sequences. (Running on oeis4.)