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!)
A081902 A sequence related to binomial(n+5, 5). 3
1, 9, 66, 434, 2661, 15525, 87240, 475920, 2534400, 13227520, 67866624, 343105536, 1712390144, 8449622016, 41273524224, 199782039552, 959119884288, 4570314964992, 21629992173568, 101729521631232, 475697692803072 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Binomial transform of A081901.
3rd binomial transform of binomial(n+5, 5).
4th binomial transform of (1,5,10,10,5,1,0,0,0,...).
LINKS
Index entries for linear recurrences with constant coefficients, signature (24,-240,1280,-3840,6144,-4096).
FORMULA
a(n) = 4^n*(n^5 + 90*n^4 + 2635*n^3 + 29850*n^2 + 121024*n + 122880)/122880.
G.f.: (1 - 3*x)^5/(1 - 4*x)^6.
E.g.f.: (120 + 600*x + 600*x^2 + 200*x^3 + 25*x^4 + x^5)*exp(4*x)/120. - G. C. Greubel, Oct 18 2018
MATHEMATICA
LinearRecurrence[{24, -240, 1280, -3840, 6144, -4096}, {1, 9, 66, 434, 2661, 15525}, 50] (* G. C. Greubel, Oct 18 2018 *)
CoefficientList[Series[(1-3x)^5/(1-4x)^6, {x, 0, 30}], x] (* Harvey P. Dale, Apr 01 2023 *)
PROG
(PARI) x='x+O('x^30); Vec((1-3*x)^5/(1-4*x)^6) \\ G. C. Greubel, Oct 18 2018
(Magma) m:=30; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!((1-3*x)^5/(1-4*x)^6)); // G. C. Greubel, Oct 18 2018
CROSSREFS
Cf. A081903.
Sequence in context: A118465 A279129 A051375 * A002695 A003408 A037698
KEYWORD
nonn,easy
AUTHOR
Paul Barry, Mar 31 2003
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 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)