The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A081899 A sequence related to binomial(n+4, 4). 3
1, 8, 54, 332, 1921, 10644, 57072, 298176, 1525248, 7665664, 37953536, 185499648, 896466944, 4289462272, 20343422976, 95718211584, 447146360832, 2075274510336, 9574555844608, 43933220470784, 200579267690496 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Binomial transform of A081898.
3rd binomial transform of binomial(n+4, 4), A000332.
4th binomial transform of (1,4,6,4,1,0,0,0,...).
LINKS
FORMULA
a(n) = 4^n*(n^4 + 58*n^3 + 971*n^2 + 5114*n + 6144)/6144.
G.f.: (1 - 3*x)^4/(1 - 4*x)^5.
E.g.f.: (24 + 96*x + 72*x^2 + 16*x^3 + x^4)*exp(4*x)/24. - G. C. Greubel, Oct 18 2018
MATHEMATICA
LinearRecurrence[{20, -160, 640, -1280, 1024}, {1, 8, 54, 332, 1921}, 50] (* G. C. Greubel, Oct 18 2018 *)
PROG
(PARI) x='x+O('x^30); Vec((1-3*x)^4/(1-4*x)^5) \\ G. C. Greubel, Oct 18 2018
(Magma) m:=30; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!((1-3*x)^4/(1-4*x)^5)); // G. C. Greubel, Oct 18 2018
CROSSREFS
Cf. A081900.
Sequence in context: A351845 A037966 A091433 * A057970 A208310 A154235
KEYWORD
nonn,easy
AUTHOR
Paul Barry, Mar 30 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 May 14 10:23 EDT 2024. Contains 372532 sequences. (Running on oeis4.)