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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A081509 Primes of form 1+2^n+4^n+6^n form. 0
13, 366993409, 789800591806169089, 8145612997113849913833354347764846494983651329 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

m=1:1+2+4+6=13 prime;

MATHEMATICA

Do[s=1^w+2^w+4^w+6^w; If[IntegerQ[w/100], Print[{w}]]; If[PrimeQ[s], Print[{w, s}]], {w, 0, 1000}]

CROSSREFS

Sequence in context: A158750 A145744 A174309 * A177224 A145234 A048847

Adjacent sequences:  A081506 A081507 A081508 * A081510 A081511 A081512

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Apr 15 2003

EXTENSIONS

a(5) has more than 300 decimal digits;

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 16:42 EST 2012. Contains 205635 sequences.