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!)
A294835 Denominators of the partial sums of the reciprocals of the positive tetradecagonal numbers (k + 1)*(6*k + 1) = A051866(k+1), for k >= 0. 2
1, 14, 546, 20748, 2593500, 26799500, 991581500, 85276009000, 5372388567000, 59096274237000, 3604872728457000, 241526472806619000, 17631432514883187000, 1392883168675771773000, 23679013867488120141000, 47358027734976240282000, 4593728690292695307354000, 157718018366715872219154000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
The corresponding numerators are given in A294834. Details are found there.
LINKS
FORMULA
a(n) = denominator(V(6,1;n)) with V(6,1;n) = Sum_{k=0..n} 1/((k + 1)*(6*k + 1)) = Sum_{k=0..n} 1/A051866(k+1) = (1/5)*Sum_{k=0..n} (1/(k + 1/6) - 1/(k + 1)). For the formula in terms of the digamma function see A294834.
EXAMPLE
See A294834 for the rationals.
PROG
(PARI) a(n) = denominator(sum(k=0, n, 1/((k + 1)*(6*k + 1)))); \\ Michel Marcus, Nov 21 2017
CROSSREFS
Sequence in context: A210029 A292966 A109773 * A205582 A217582 A002010
KEYWORD
nonn,frac,easy
AUTHOR
Wolfdieter Lang, Nov 20 2017
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 August 28 02:34 EDT 2024. Contains 375477 sequences. (Running on oeis4.)