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!)
A081900 A sequence related to binomial(n+4, 4). 2
1, 9, 71, 519, 3606, 24150, 157250, 1001250, 6259375, 38534375, 234140625, 1406640625, 8367187500, 49335937500, 288632812500, 1676757812500, 9678955078125, 55548095703125, 317108154296875, 1801483154296875 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Binomial transform of A081899.
4th binomial transform of binomial(n+4, 4), A000332.
5th binomial transform of (1,4,6,4,1,0,0,0,...).
LINKS
FORMULA
a(n) = 5^n*(n^4 + 74*n^3 + 1571*n^2 + 10354*n + 15000)/15000.
G.f.: (1 - 4*x)^4/(1 - 5*x)^5.
E.g.f.: (24 + 96*x + 72*x^2 + 16*x^3 + x^4)*exp(5*x)/24. - G. C. Greubel, Oct 18 2018
MATHEMATICA
LinearRecurrence[{25, -250, 1250, -3125, 3125}, {1, 9, 71, 519, 3606}, 50] (* G. C. Greubel, Oct 18 2018 *)
PROG
(PARI) x='x+O('x^30); Vec((1-4*x)^4/(1-5*x)^5) \\ G. C. Greubel, Oct 18 2018
(Magma) m:=30; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!((1-4*x)^4/(1-5*x)^5)); // G. C. Greubel, Oct 18 2018
CROSSREFS
Sequence in context: A226846 A226711 A231420 * A164551 A178869 A057080
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)