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!)
A100518 Numerator of Sum_{k=0..n} 1/binomial(n,k)^3. 6
1, 2, 17, 56, 1759, 1009, 86831, 2322304, 85922, 1144667, 16019198113, 123357293, 21312406359367, 17061774340031, 27741170437991, 182851619022848, 167169857863289, 9857517443932187, 8844183281912559671, 197147246106875452361, 681198614358931646209 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = numerator( Sum_{k=0..n} 1/binomial(n,k)^3 ).
EXAMPLE
1, 2, 17/8, 56/27, 1759/864, 1009/500, 86831/43200, 2322304/1157625, 85922/42875, 1144667/571536, 16019198113/8001504000, 123357293/61631955, ... = A100518/A100519.
MATHEMATICA
Numerator[Table[Sum[1/Binomial[n, k]^3, {k, 0, n}], {n, 0, 20}]] (* Harvey P. Dale, Sep 28 2012 *)
PROG
(Magma) [Numerator( (&+[1/Binomial(n, k)^3: k in [0..n]]) ): n in [0..40]]; // G. C. Greubel, Jun 24 2022
(SageMath) [numerator(sum(1/binomial(n, k)^3 for k in (0..n))) for n in (0..40)] # G. C. Greubel, Jun 24 2022
(PARI) a(n) = numerator(sum(k=0, n, 1/binomial(n, k)^3)); \\ Michel Marcus, Jun 24 2022
CROSSREFS
Sequence in context: A212836 A338564 A125609 * A367032 A125200 A368390
KEYWORD
nonn,frac
AUTHOR
N. J. A. Sloane, Nov 25 2004
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 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)