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!)
A341690 Integer averages of first n primes to the 4th power for some n (A341689(n)/A125907(n)). 0
16, 95591589000729770, 57770815231373815452404527382911050, 15942241394469365582203327807497328235663420076612273764 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(Python)
sum = 0
for n in range(1, 10000000000001):
sum += pow(prime[n], 4)
if sum % n == 0:
print(n, prime[n], sum, (sum // n))
CROSSREFS
Sequence in context: A059933 A002488 A330716 * A341689 A243776 A338801
KEYWORD
nonn,hard,more
AUTHOR
Karl-Heinz Hofmann, Feb 17 2021
EXTENSIONS
a(4) from Martin Ehrenstein, Feb 27 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 April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)