login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A244383
Numbers k such that 1 + k + k^3 + k^5 + k^7 + k^9 + ... + k^29 is prime.
2
2, 10, 24, 50, 64, 70, 138, 204, 222, 238, 270, 278, 344, 362, 448, 498, 508, 574, 814, 964, 994, 1188, 1216, 1340, 1374, 1394, 1426, 1454, 1510, 1556, 1582, 1652, 1748, 1760, 1880, 2060, 2180, 2192, 2224, 2424, 2436, 2500, 2674, 2784, 2874, 3166, 3168, 3190
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[6000], PrimeQ[Total[#^Range[1, 29, 2]] + 1] &]
PROG
(Magma) [n: n in [0..5500] | IsPrime(s) where s is 1+&+[n^i: i in [1..29 by 2]]];
CROSSREFS
Cf. similar sequences listed in A244376.
Sequence in context: A224837 A049450 A092906 * A295053 A130016 A120550
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Jun 27 2014
STATUS
approved