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!)
A192441 Coefficient of x^(2*n) in the expansion of (1 + x^3 + x^4)^n. 2
1, 0, 2, 3, 6, 30, 35, 210, 350, 1344, 3402, 9240, 29139, 72072, 231660, 603603, 1814670, 5095376, 14507324, 42401502, 118974466, 349305120, 990073812, 2877816304, 8272748675, 23852438880, 69116072950, 198980348385, 577566713520, 1667118322590, 4834810467135 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=ceiling(n/2)..floor(2*n/3)} binomial(n,k)*binomial(k,2*n-3*k). - R. J. Mathar, Jul 01 2011
PROG
(PARI) a(n)=polcoeff((1+x^3+x^4)^n, 2*n);
(Maxima) makelist((coeff(expand((1+x^3+x^4)^n), x, 2*n)), n, 0, 30); /* Bruno Berselli, Jul 01 2011 */
(Magma) P<x>:=PolynomialRing(Integers()); [ Coefficients((1+x^3+x^4)^n)[ 2*n+1 ]: n in [0..30] ]; // Bruno Berselli, Jul 01 2011
CROSSREFS
Sequence in context: A277809 A051717 A330030 * A108326 A002234 A074005
KEYWORD
nonn
AUTHOR
Joerg Arndt, Jul 01 2011
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 05:37 EDT 2024. Contains 371906 sequences. (Running on oeis4.)