The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A072159 Denominator of Sum_{k=1..n} phi(k)/k^3. 2
1, 8, 216, 864, 108000, 12000, 4116000, 16464000, 1333584000, 1333584000, 1775000304000, 1775000304000, 3899675667888000, 3899675667888000, 3899675667888000, 15598702671552000, 76636426225334976000, 2838386156493888000, 19468490647391577792000, 19468490647391577792000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
1, 9/8, 259/216, 1063/864, 136331/108000, 15259/12000, ...
MAPLE
with(numtheory); seq(denom(add(phi(k)/k^3, k = 1..n)), n = 1..25); # G. C. Greubel, Aug 26 2019
MATHEMATICA
Table[Denominator[Sum[EulerPhi[k]/k^3, {k, n}]], {n, 25}] (* G. C. Greubel, Aug 26 2019 *)
PROG
(PARI) a(n) = denominator( sum(k=1, n, eulerphi(k)/k^3)); \\ G. C. Greubel, Aug 26 2019
(Magma) [Denominator( &+[EulerPhi(k)/k^3: k in [1..n]] ): n in [1..25]]; // G. C. Greubel, Aug 26 2019
(Sage) [denominator( sum(euler_phi(k)/k^3 for k in (1..n)) ) for n in (1..25)] # G. C. Greubel, Aug 26 2019
(GAP) List([1..25], n-> DenominatorRat( Sum([1..n], k-> Phi(k)/k^3) ) ); # G. C. Greubel, Aug 26 2019
CROSSREFS
Cf. A072158.
Sequence in context: A027646 A224096 A224103 * A016827 A239222 A275023
KEYWORD
nonn,frac
AUTHOR
N. J. A. Sloane, Jun 28 2002
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 6 00:30 EDT 2024. Contains 373110 sequences. (Running on oeis4.)