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 A133550 #9 Sep 24 2024 02:10:46 %S A133550 243,3368,20175,181226,552519,1972376,4448475,10884818,31395967, %T A133550 60025118,129369075,245225276,392233719,621578726,1039774219, %U A133550 1754698518,2599294819,3949419926,5753649277,7826720870,10903777269,14842817912 %N A133550 Sum of fifth powers of n odd primes. %F A133550 a(n) = A122103(n+1)-32. %e A133550 a(2)=3368 because 3^5+5^5 = 3368. %t A133550 c = 5; a = {}; b = 0; Do[b = b + Prime[n]^c; AppendTo[a, b], {n, 2, 1000}]; a %Y A133550 Cf. A007148, A007504, A024450, A098999, A122102, A122103, A133547, A133548, A133550, A133551. %K A133550 nonn,easy %O A133550 1,1 %A A133550 _Artur Jasinski_, Sep 16 2007