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!)
A053137 Binomial coefficients C(2*n+8,8). 6
1, 45, 495, 3003, 12870, 43758, 125970, 319770, 735471, 1562275, 3108105, 5852925, 10518300, 18156204, 30260340, 48903492, 76904685, 118030185, 177232627, 260932815, 377348994, 536878650, 752538150, 1040465790, 1420494075, 1916797311, 2558620845, 3381098545 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Even-indexed members of ninth column of Pascal's triangle A007318.
Number of standard tableaux of shape (2n+1,1^8). - Emeric Deutsch, May 30 2004
LINKS
Index entries for linear recurrences with constant coefficients, signature (9,-36,84,-126,126,-84,36,-9,1).
FORMULA
a(n) = binomial(2*n+8, 8) = A000581(2*n+8).
G.f.: (1+36*x+126*x^2+84*x^3+9*x^4) / (1-x)^9 = (1+3*x) * (3*x^3+27*x^2+33*x+1) / (1-x)^9.
From Amiram Eldar, Nov 03 2022: (Start)
Sum_{n>=0} 1/a(n) = 512*log(2) - 5308/15.
Sum_{n>=0} (-1)^n/a(n) = 16*Pi + 32*log(2) - 1072/15. (End)
MATHEMATICA
Table[Binomial[2*n+8, 8], {n, 0, 30}] (* G. C. Greubel, Sep 03 2018 *)
LinearRecurrence[{9, -36, 84, -126, 126, -84, 36, -9, 1}, {1, 45, 495, 3003, 12870, 43758, 125970, 319770, 735471}, 30] (* Harvey P. Dale, Jul 02 2022 *)
PROG
(Magma) [Binomial(2*n+8, 8): n in [0..30]]; // Vincenzo Librandi, Oct 07 2011
(PARI) a(n)=binomial(2*n+8, 8) \\ Charles R Greathouse IV, Oct 07 2015
CROSSREFS
Sequence in context: A179795 A036495 A325981 * A193434 A086576 A295319
KEYWORD
nonn,easy
AUTHOR
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 19 07:38 EDT 2024. Contains 371782 sequences. (Running on oeis4.)