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!)
A131278 Numbers m such that m divides the sum of the 18th powers of the first m primes. 2
1, 37, 265, 17207, 9382589, 970248431, 2427811793, 156281194823, 2955922292131, 372012276565795 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(10) > 3.0*10^12. - Bruce Garner, Mar 17 2021
LINKS
MATHEMATICA
s = 0; Do[s = s + Prime[n]^18; If[ Mod[s, n] == 0, Print[n]], {n, 10^6}]
With[{nn = 18000}, Transpose[With[{c = Thread[{Range[nn], Accumulate[Prime[ Range[nn]]^18]}]}, Select[c, Divisible[Last[#], First[#]] &]]][[1]]] (* Harvey P. Dale, Dec 19 2011 *)
CROSSREFS
Cf. A085450 = smallest m > 1 such that m divides Sum_{k=1..m} prime(k)^n.
Sequence in context: A105463 A366934 A119545 * A144497 A219155 A139996
KEYWORD
more,nonn
AUTHOR
Alexander Adamchuk, Jun 25 2007
EXTENSIONS
a(5)-a(7) from Robert Price, Dec 13 2013
a(8) from Paul W. Dyson, Jan 08 2021
a(9) from Bruce Garner, Mar 17 2021
a(10) from Paul W. Dyson, Oct 03 2023
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 March 29 08:59 EDT 2024. Contains 371268 sequences. (Running on oeis4.)