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!)
A081896 A sequence related to binomial(n+3, 3). 2
1, 7, 43, 245, 1328, 6944, 35328, 175872, 860160, 4145152, 19726336, 92864512, 433061888, 2002780160, 9193914368, 41926262784, 190052302848, 856845975552, 3843995729920, 17166984282112, 76347338653696, 338237264494592 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Binomial transform of A081895.
3rd binomial transform of binomial(n+3, 3), A000292.
4th binomial transform of (1,3,3,1,0,0,0,0,...).
LINKS
FORMULA
a(n) = 4^n*(n^3 + 33*n^2 + 254*n + 384)/384.
G.f.: (1 - 3*x)^3/(1 - 4*x)^4.
E.g.f.: (6 + 18*x + 9*x^2 + x^3)*exp(4*x)/6. - G. C. Greubel, Oct 18 2018
MATHEMATICA
LinearRecurrence[{16, -96, 256, -256}, {1, 7, 43, 245}, 50] (* G. C. Greubel, Oct 18 2018 *)
CoefficientList[Series[(1-3x)^3/(1-4x)^4, {x, 0, 30}], x] (* Harvey P. Dale, Nov 30 2021 *)
PROG
(PARI) x='x+O('x^30); Vec((1-3*x)^3/(1-4*x)^4) \\ G. C. Greubel, Oct 18 2018
(Magma) m:=30; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!((1-3*x)^3/(1-4*x)^4)); // G. C. Greubel, Oct 18 2018
CROSSREFS
Cf. A081897.
Sequence in context: A079925 A126718 A346227 * A363413 A193656 A125344
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 15 14:34 EDT 2024. Contains 372540 sequences. (Running on oeis4.)