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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A165744 Numbers n with property that 6^n is the sum of two consecutive primes. 0
2, 3, 7, 36, 54, 143, 1102 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

No other terms below 1550.

EXAMPLE

n=2: 6^2=36=17+19=p(7)+p(8);

n=3: 6^3=216=107+109=p(28)+p(29);

n=7: 6^7=279936=139967+139969=p(13005)+p(13006).

MATHEMATICA

(*M6*)Do[If[PreviousPrime[6^n/2]+NextPrime[6^n/2]==6^n, Print[n]], {n, 1000}]

CROSSREFS

Cf. A071087, A074924.

Sequence in context: A101484 A004026 A135907 * A034900 A079388 A183605

Adjacent sequences:  A165741 A165742 A165743 * A165745 A165746 A165747

KEYWORD

nonn,more

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Sep 26 2009

EXTENSIONS

a(7) from Max Alekseyev (maxale(AT)gmail.com), Dec 14 2011

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 15:27 EST 2012. Contains 205930 sequences.