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.

A306412 a(n) = phi(n^8) = n^7*phi(n).

This page as a plain text file.
%I A306412 #18 Dec 06 2020 02:50:49
%S A306412 1,128,4374,32768,312500,559872,4941258,8388608,28697814,40000000,
%T A306412 194871710,143327232,752982204,632481024,1366875000,2147483648,
%U A306412 6565418768,3673320192,16089691302,10240000000,21613062492,24943578880,74906159834,36691771392,122070312500
%N A306412 a(n) = phi(n^8) = n^7*phi(n).
%H A306412 Amiram Eldar, <a href="/A306412/b306412.txt">Table of n, a(n) for n = 1..10000</a>
%F A306412 Multiplicative with a(p^e) = (p - 1)*p^(8*e-1).
%F A306412 Dirichlet g.f.: zeta(s - 8) / zeta(s - 7).
%F A306412 Sum_{k=1..n} a(k) ~ 2*n^9 / (3*Pi^2). See A239443 for a more general formula.
%F A306412 Sum_{n>=1} 1/a(n) = Product_{p prime} (1 + p/(p^9 - p^8 - p + 1)) = 1.00807702579309679541... - _Amiram Eldar_, Dec 06 2020
%t A306412 Table[n^7*EulerPhi[n], {n, 1, 25}] (* _Amiram Eldar_, Dec 06 2020 *)
%o A306412 (PARI) a(n) = n^7 * eulerphi(n)
%Y A306412 Eulerphi(n^e): A000010 (e=1), A002618 (e=2), A053191 (e=3), A189393 (e=4), A238533 (e=5), A306411 (e=6), A239442 (e=7), this sequence (e=8), A239443 (e=9).
%K A306412 nonn,easy,mult
%O A306412 1,2
%A A306412 _Jianing Song_, Feb 13 2019