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!)
A131276 Numbers m such that m divides Sum_{k=1..m} prime(k)^16. 2
1, 3131, 6289, 323807, 443371, 83802527023, 4076111200313 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(7) > 10^11. - Paul W. Dyson, Dec 30 2020
a(8) > 4.1*10^12. - Bruce Garner, Mar 24 2021
LINKS
MATHEMATICA
s = 0; Do[s = s + Prime[n]^16; If[ Mod[s, n] == 0, Print[n]], {n, 500000}]
Transpose[Select[With[{nn=500000}, Thread[{Range[nn], Accumulate[ Prime[ Range[nn]]^16]}]], Divisible[ #[[2]], #[[1]]]&]][[1]]
CROSSREFS
Cf. A085450 (smallest m > 1 such that m divides Sum_{k=1..m} prime(k)^n).
Sequence in context: A234118 A218160 A045172 * A045075 A071143 A284984
KEYWORD
more,nonn,less
AUTHOR
Alexander Adamchuk, Jun 25 2007
EXTENSIONS
a(6) from Paul W. Dyson, Dec 30 2020
a(7) from Bruce Garner, Mar 24 2021
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 May 10 06:02 EDT 2024. Contains 372356 sequences. (Running on oeis4.)