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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A125706 Numbers n such that 6^n + 3^n + 2^n = A074528(n) is a prime. 1
0, 1, 3, 9, 13, 25, 27, 29, 95, 107, 153, 159, 675, 1633, 1693, 2337, 25998 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

Corresponding primes of the form 6^n + 3^n + 2^n are {3, 11, 251, 10097891, 13062296531, 28430288877251865251, 1023490376703200952251, 36845653355419807219091, 84017312692910353150294530243640676594723260464784043666542128557055486251, ...}.

MATHEMATICA

Do[f=6^n+3^n+2^n; If[PrimeQ[f], Print[{n, f}]], {n, 1, 675}]

CROSSREFS

Cf. A074528.

Sequence in context: A022408 A126827 A106402 * A113510 A163795 A079994

Adjacent sequences:  A125703 A125704 A125705 * A125707 A125708 A125709

KEYWORD

hard,more,nonn

AUTHOR

Alexander Adamchuk (alex(AT)kolmogorov.com), Jan 31 2007

EXTENSIONS

More terms from Ryan Propper (rpropper(AT)stanford.edu), Mar 30 2007

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 14:47 EST 2012. Contains 205623 sequences.