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!)
A334605 Denominator of Sum_{k=1..n} (-1)^(k+1)/k^6. 3
1, 64, 46656, 2985984, 46656000000, 5184000000, 609892416000000, 39033114624000000, 256096265048064000000, 256096265048064000000, 453690155404813307904000000, 453690155404813307904000000, 2189875725319351517910798336000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Lim_{n -> infinity} A136677(n)/a(n) = A275703 = (31/32)*A013664.
LINKS
EXAMPLE
The first few fractions are: 1, 63/64, 45991/46656, 2942695/2985984, 45982595359/46656000000, 5109066151/5184000000, ... = A136677/A334605.
MATHEMATICA
Denominator @ Accumulate[Table[(-1)^(k + 1)/k^6, {k, 1, 13}]] (* Amiram Eldar, May 07 2020 *)
PROG
(PARI) a(n) = denominator(sum(k=1, n, (-1)^(k+1)/k^6)); \\ Michel Marcus, May 07 2020
CROSSREFS
Cf. A013664, A136677 (numerators), A275703.
Sequence in context: A283924 A016830 A249076 * A103346 A123394 A069445
KEYWORD
nonn,frac
AUTHOR
Petros Hadjicostas, May 07 2020
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 April 25 12:53 EDT 2024. Contains 371969 sequences. (Running on oeis4.)