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!)
A068589 Denominator(Sum_{i=1..n} 1/i^3)/denominator(Sum_{i=1..n} 1/i). 2
1, 4, 36, 144, 3600, 1200, 58800, 235200, 6350400, 6350400, 768398400, 768398400, 129859329600, 129859329600, 129859329600, 519437318400, 150117385017600, 50039128339200, 18064125330451200, 18064125330451200, 54192375991353600 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For n = 1 to n = 19, we have a(n) = A334580(n), but a(20) = 18064125330451200 <> 3612825066090240 = A334580(20). - Petros Hadjicostas, May 06 2020
LINKS
FORMULA
a(n) = A007409(n)/A002805(n).
MAPLE
a := proc(n) local i: denom(add(1/i^3, i = 1 .. n))/denom(add(1/i, i = 1 .. n)): end proc:
seq(a(n), n=1..30); # Petros Hadjicostas, May 06 2020
PROG
(PARI) a(n) = denominator(sum(k=1, n, 1/k^3)/sum(k=1, n, 1/k)); \\ Michel Marcus, May 07 2020
CROSSREFS
Sequence in context: A102263 A103931 A334580 * A120077 A007407 A051418
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Mar 27 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 May 9 10:59 EDT 2024. Contains 372350 sequences. (Running on oeis4.)