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 A122968 #21 Oct 09 2020 03:39:56 %S A122968 0,1,134217728,7625597484987,18014398509481984,7450580596923828125, %T A122968 1023490369077469249536,65712362363534280139543, %U A122968 2417851639229258349412352,58149737003040059690390169 %N A122968 27th powers: a(n) = n^27. %H A122968 Amiram Eldar, <a href="/A122968/b122968.txt">Table of n, a(n) for n = 0..10000</a> %F A122968 Totally multiplicative sequence with a(p) = p^27 for prime p. Multiplicative sequence with a(p^e) = p^(27e). - _Jaroslav Krizek_, Nov 01 2009 %F A122968 From _Amiram Eldar_, Oct 09 2020: (Start) %F A122968 Dirichlet g.f.: zeta(s-27). %F A122968 Sum_{n>=1} 1/a(n) = zeta(27). %F A122968 Sum_{n>=1} (-1)^(n+1)/a(n) = 67108863*zeta(27)/67108864. (End) %t A122968 lst={}; Do[AppendTo[lst,n^27],{n,0,4!}]; lst (* _Vladimir Joseph Stephan Orlovsky_, Jan 15 2009 *) %t A122968 Range[0,10]^27 (* _Harvey P. Dale_, Dec 17 2011 *) %Y A122968 Cf. A010812, A010813, A089081. %K A122968 mult,nonn,easy %O A122968 0,3 %A A122968 _Franklin T. Adams-Watters_, Oct 27 2006