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.
%I A133543 #6 Mar 05 2022 11:26:12 %S A133543 20391154,83139543,493476029,1387269643,4791271547,22021660685, %T A133543 49471526279,143993064739,337853466881,606267252541,1095640496695, %U A133543 2242839022421,4636558630107,7584547192247,13373440186463 %N A133543 Sum of seventh powers of five consecutive primes. %H A133543 Harvey P. Dale, <a href="/A133543/b133543.txt">Table of n, a(n) for n = 1..1000</a> %e A133543 a(1)=20391154 because 2^7+3^7+5^7+7^7+11^7=20391154 %t A133543 a = 7; Table[Prime[n]^a + Prime[n + 1]^a + Prime[n + 2]^a + Prime[n + 3]^a + Prime[n + 4]^a, {n, 1, 100}] %t A133543 Total/@Partition[Prime[Range[20]]^7,5,1] (* _Harvey P. Dale_, Mar 05 2022 *) %Y A133543 Cf. A034963, A133524, A133525, A133526, A133527, A133528, A133529, A133530, A133531, A133532, A069484, A133534, A133535, A133536, A133537, A034964, A133538, A133539, A133540, A133541, A133542. %K A133543 nonn %O A133543 1,1 %A A133543 _Artur Jasinski_, Sep 14 2007