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!)
A183236 Sums of multinomial coefficients to the 4th power. 7
1, 1, 17, 1378, 354065, 221300626, 286871431922, 688780254549829, 2821284379712638737, 18510450092641988146882, 185104666826030540618018642, 2710117456989714966261367339909, 56196998736058707145628074314226034 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Equals sums of the 4th power of terms in rows of the triangle of multinomial coefficients (A036038).
LINKS
FORMULA
G.f.: Sum_{n>=0} a(n)*x^n/n!^4 = Product_{n>=1} 1/(1 - x^n/n!^4).
a(n) ~ c * (n!)^4, where c = Product_{k>=2} 1/(1-1/(k!)^4) = 1.067493570155257423039762074691753715853526744464586468822554194836450214299287... . - Vaclav Kotesovec, Feb 19 2015
EXAMPLE
G.f.: A(x) = 1 + x + 17*x^2/2!^4 + 1378*x^3/3!^4 + 354065*x^4/4!^4 +...
A(x) = 1/((1-x)*(1-x^2/2!^4)*(1-x^3/3!^4)*(1-x^4/4!^4)*...).
PROG
(PARI) {a(n)=n!^4*polcoeff(1/prod(k=1, n, 1-x^k/k!^4 +x*O(x^n)), n)}
CROSSREFS
Sequence in context: A316746 A067409 A219562 * A007410 A203229 A269791
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jan 04 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 July 1 05:41 EDT 2024. Contains 373911 sequences. (Running on oeis4.)