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!)
A124208 Numbers n such that 1 + n + n^3 + n^5 + n^7 + n^9 + n^11 + n^13 + n^15 + n^17 + n^19 + n^21 + n^23 + n^25 + n^27 + n^29 + n^31 + n^33 + n^35 + n^37 + n^39 + n^41 + n^43 + n^45 + n^47 + n^49 + n^51 + n^53 + n^55 + n^57 + n^59 is prime. 2
1, 2, 34, 43, 64, 76, 80, 160, 194, 276, 416, 620, 625, 832, 996, 1022, 1251, 1341, 1345, 1356, 1435, 1461, 1475, 1672, 1694, 1700, 1733, 1769, 1777, 1782, 1796, 1808, 1997, 2144, 2239, 2245, 2260, 2270, 2273, 2411, 2573, 2659, 2679, 2829, 3396, 3497, 3516 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Do[If[PrimeQ[1 + n + n^3 + n^5 + n^7 + n^9 + n^11 + n^13 + n^15 + n^17 + n^19 + n^21 + n^23 + n^25 + n^27 + n^29 + n^31 + n^33 + n^35 + n^37 + n^39 + n^41 + n^43 + n^45 + n^47 + n^49 + n^51 + n^53 + n^55 + n^57 + n^59], Print[n]], {n, 1, 2400}]
Select[Range[5000], PrimeQ[Total[#^Range[1, 59, 2]] + 1] &] (* Vincenzo Librandi, Jun 28 2014 *)
PROG
(Magma) [n: n in [0..5000] | IsPrime(s) where s is 1+&+[n^i: i in [1..59 by 2]]]; // Vincenzo Librandi, Jun 28 2014
CROSSREFS
Cf. A049407, similar sequences listed in A244376.
Sequence in context: A062864 A249487 A211001 * A077310 A177051 A067130
KEYWORD
nonn,easy
AUTHOR
Artur Jasinski, Dec 13 2006
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 April 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)