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!)
A190878 E.g.f. exp(x/(1-x-x^4)). 1
1, 1, 3, 13, 73, 621, 6211, 70393, 884913, 12534553, 197772931, 3429365061, 64519103353, 1309062244933, 28518573321603, 664268130978481, 16466530506866401, 432644339697987633, 12007970879629419523, 351062850914762411773, 10783262700644774606121 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n!*sum(m=0..n, sum(j=0..(n-m)/3, binomial(n-3*j-1,m-1)*binomial(n-m-3*j,j))/m!).
PROG
(Maxima)
a(n):=n!*sum(sum(binomial(n-3*j-1, m-1)*binomial(n-m-3*j, j), j, 0, (n-m)/3)/m!, m, 0, n);
(PARI) Vec(serlaplace(exp(x/(1-x-x^4+O(x^66))))) /* Joerg Arndt, May 24 2011 */
CROSSREFS
Sequence in context: A367747 A162161 A119013 * A156154 A334785 A349533
KEYWORD
nonn
AUTHOR
Vladimir Kruchinin, May 23 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 May 14 16:21 EDT 2024. Contains 372533 sequences. (Running on oeis4.)