[go: up one dir, main page]

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!)
Revision History for A068589 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A068589 Denominator(Sum_{i=1..n} 1/i^3)/denominator(Sum_{i=1..n} 1/i).
(history; published version)
#15 by Giovanni Resta at Thu May 07 06:16:06 EDT 2020
STATUS

reviewed

approved

#14 by Joerg Arndt at Thu May 07 04:32:03 EDT 2020
STATUS

proposed

reviewed

#13 by Michel Marcus at Thu May 07 00:42:30 EDT 2020
STATUS

editing

proposed

#12 by Michel Marcus at Thu May 07 00:42:11 EDT 2020
PROG

(PARI) a(n) = denominator(sum(k=1, n, 1/k^3)/sum(k=1, n, 1/k)); \\ Michel Marcus, May 07 2020

STATUS

proposed

editing

#11 by Petros Hadjicostas at Wed May 06 19:09:52 EDT 2020
STATUS

editing

proposed

#10 by Petros Hadjicostas at Wed May 06 19:09:12 EDT 2020
CROSSREFS

Cf. A002805, A007409, A119682, A334580.

#9 by Petros Hadjicostas at Wed May 06 19:08:31 EDT 2020
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

#8 by Petros Hadjicostas at Wed May 06 18:47:29 EDT 2020
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

#7 by Petros Hadjicostas at Wed May 06 18:38:13 EDT 2020
CROSSREFS

Cf. A002805, A007409, A119682.

#6 by Petros Hadjicostas at Wed May 06 18:37:19 EDT 2020
NAME

Denominator(sum(Sum_{i=1,..n,} 1/i^3))/)/denominator(sum(Sum_{i=1,..n,} 1/i)).).

FORMULA

a(n)=) = A007409(n)/A002805(n)).

CROSSREFS

Cf. A002805, A007409.

STATUS

approved

editing

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 August 29 15:31 EDT 2024. Contains 375517 sequences. (Running on oeis4.)