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!)
A081897 A sequence related to binomial(n+3, 3). 2
1, 8, 58, 396, 2595, 16500, 102500, 625000, 3753125, 22250000, 130468750, 757812500, 4365234375, 24960937500, 141796875000, 800781250000, 4498291015625, 25146484375000, 139953613281250, 775756835937500 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Binomial transform of A081895.
4th binomial transform of binomial(n+3, 3), A000292.
5th binomial transform of (1,3,3,1,0,0,0,0,...).
LINKS
FORMULA
a(n) = 5^n*(n^3 + 42*n^2 + 407*n + 750)/750.
G.f.: (1 - 4*x)^3/(1 - 5*x)^4.
E.g.f.: (6 + 18*x + 9*x^2 + x^3)*exp(5*x)/6. - G. C. Greubel, Oct 18 2018
MATHEMATICA
LinearRecurrence[{20, -150, 500, -625}, {1, 8, 58, 396}, 50] (* G. C. Greubel, Oct 18 2018 *)
PROG
(PARI) x='x+O('x^30); Vec((1-4*x)^3/(1-5*x)^4) \\ G. C. Greubel, Oct 18 2018
(Magma) m:=30; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!((1-4*x)^3/(1-5*x)^4)); // G. C. Greubel, Oct 18 2018
CROSSREFS
Sequence in context: A111585 A055839 A297097 * A125371 A162272 A273584
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 19 08:45 EDT 2024. Contains 371782 sequences. (Running on oeis4.)