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”).

A244380
Numbers k such that 1 + k + k^3 + k^5 + k^7 + k^9 + ... + k^25 is prime.
2
48, 136, 172, 198, 222, 388, 718, 802, 844, 966, 1342, 1356, 1488, 1542, 1668, 1708, 1734, 1780, 1956, 2008, 2082, 2316, 2356, 2394, 2422, 2536, 2734, 2844, 2880, 2916, 2974, 2982, 3024, 3120, 3258, 3364, 3562, 3664, 3906, 3930, 4308, 4312, 4554, 4566
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[6000], PrimeQ[Total[#^Range[1, 25, 2]] + 1] &]
PROG
(Magma) [n: n in [0..5500] | IsPrime(s) where s is 1+&+[n^i: i in [1..25 by 2]]];
CROSSREFS
Cf. similar sequences listed in A244376.
Sequence in context: A118145 A260833 A260972 * A260493 A003502 A129428
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Jun 27 2014
STATUS
approved