cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A133535 Sum of fourth powers of two consecutive primes.

This page as a plain text file.
%I A133535 #5 Nov 09 2013 03:39:34
%S A133535 97,706,3026,17042,43202,112082,213842,410162,987122,1630802,2797682,
%T A133535 4699922,6244562,8298482,12770162,20007842,25963202,33996962,45562802,
%U A133535 53809922,67348322,86408402,110200562,151271522,192589682,216611282
%N A133535 Sum of fourth powers of two consecutive primes.
%F A133535 a(n) = A030514(n) + A030514(n+1). - _Michel Marcus_, Nov 09 2013
%e A133535 a(1)=2^4+3^4=97.
%t A133535 a = 4; Table[Prime[n]^a + Prime[n + 1]^a, {n, 1, 100}]
%Y A133535 Cf. A034963, A133524, A133525, A133526, A133527, A133528, A133529, A133530, A133531, A133532, A069484, A133534, A133536, A133537, A133538.
%K A133535 nonn
%O A133535 1,1
%A A133535 _Artur Jasinski_, Sep 14 2007