A133535 Sum of fourth powers of two consecutive primes.
97, 706, 3026, 17042, 43202, 112082, 213842, 410162, 987122, 1630802, 2797682, 4699922, 6244562, 8298482, 12770162, 20007842, 25963202, 33996962, 45562802, 53809922, 67348322, 86408402, 110200562, 151271522, 192589682, 216611282
Offset: 1
Keywords
Examples
a(1)=2^4+3^4=97.
Crossrefs
Programs
-
Mathematica
a = 4; Table[Prime[n]^a + Prime[n + 1]^a, {n, 1, 100}]