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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A081510 Numbers n such that 1+2^n+4^n+6^n is prime. 0

%I

%S 1,11,23,59,399

%N Numbers n such that 1+2^n+4^n+6^n is prime.

%e m=1: 1+2+4+6=13 prime.

%t 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}]

%K more,nonn

%O 1,2

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

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 June 20 05:08 EDT 2013. Contains 226418 sequences.