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!)
A262022 Denominator of partial sums of a reordered alternating harmonic series. 2
1, 3, 6, 30, 210, 420, 1260, 13860, 13860, 180180, 180180, 360360, 6126120, 116396280, 23279256, 23279256, 535422888, 535422888, 13385572200, 40156716600, 40156716600, 1164544781400, 36100888223400, 72201776446800, 72201776446800 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
See A262031 for this reordered alternating harmonic series with partial sums s(n).
LINKS
FORMULA
a(n) = denominator(s(n)) with s(n) = Sum_{k=0..n} c(k), where c(k) = 3/(4*k+3), 3/(4*k+5), -3/(2*(k+1)) if k == 0, 1, 2 (mod 3), respectively.
EXAMPLE
See A262031 for s(n), n=0..11, and s(10^n) for n=0..6.
PROG
(PARI) lista(nn) = {my(s = 0); for (k=0, nn, if (k%3==2, t = -3/(2*(k+1)), if (k%3==1, t = 3/(4*k+5), t = 3/(4*k+3))); s += t; print1(denominator(s), ", "); ); } \\ Michel Marcus, Sep 13 2015
CROSSREFS
Sequence in context: A372024 A133799 A347925 * A088436 A088506 A061137
KEYWORD
nonn,frac,easy
AUTHOR
Wolfdieter Lang, Sep 08 2015
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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)