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!)
A081894 Fourth binomial transform of C(n+2,2). 3
1, 7, 46, 290, 1775, 10625, 62500, 362500, 2078125, 11796875, 66406250, 371093750, 2060546875, 11376953125, 62500000000, 341796875000, 1861572265625, 10101318359375, 54626464843750, 294494628906250, 1583099365234375 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Binomial transform of A081893.
4th binomial transform of C(n+2,2), A000217.
5th binomial transform of (1,2,1,0,0,0,.....)
LINKS
FORMULA
a(n) = 5^n*(n^2 + 19*n + 50)/50.
G.f.: (1 - 4*x)^2/(1 - 5*x)^3.
E.g.f.: (2 + 4*x + x^2)*exp(5*x)/2. - G. C. Greubel, Oct 18 2018
MATHEMATICA
LinearRecurrence[{15, -75, 125}, {1, 7, 46}, 50] (* G. C. Greubel, Oct 18 2018 *)
PROG
(PARI) x='x+O('x^30); Vec((1-4*x)^2/(1-5*x)^3) \\ G. C. Greubel, Oct 18 2018
(Magma) m:=30; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!((1-4*x)^2/(1-5*x)^3)); // G. C. Greubel, Oct 18 2018
CROSSREFS
Cf. A081907.
Sequence in context: A258630 A264201 A086092 * A128597 A190972 A254601
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 April 23 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)