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

A133531
Sum of fourth powers of three consecutive primes.
17
722, 3107, 17667, 45603, 126723, 242403, 493683, 1117443, 1910643, 3504963, 5623443, 8118723, 11124243, 16188963, 24887523, 33853683, 46114323, 59408643, 73961043, 92760003, 114806643, 149150643, 198729843, 255331923, 305140563
OFFSET
1,1
FORMULA
a(n) = A133535(n) + A030514(n+2). - Michel Marcus, Nov 09 2013
EXAMPLE
a(1)=722 because 2^4+3^4+5^4=722.
MATHEMATICA
a = 4; Table[Prime[n]^a + Prime[n + 1]^a + Prime[n + 2]^a, {n, 1, 100}]
KEYWORD
nonn
AUTHOR
Artur Jasinski, Sep 14 2007
STATUS
approved