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!)
A224736 G.f.: exp( Sum_{n>=1} binomial(2*n,n)^4 * x^n/n ). 3
1, 16, 776, 64384, 7151460, 947788608, 141137282720, 22814994697728, 3918995299504938, 705339416079749024, 131725296229995045840, 25348575698532710671104, 5000341179482293108254824, 1007144334380887781805059200, 206487157000689985136888031296 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
Logarithmic derivative yields A186420.
EXAMPLE
G.f.: A(x) = 1 + 16*x + 776*x^2 + 64384*x^3 + 7151460*x^4 + 947788608*x^5 +...
where
log(A(x)) = 2^4*x + 6^4*x^2/2 + 20^4*x^3/3 + 70^4*x^4/4 + 252^4*x^5/5 + 924^4*x^6/6 + 3432^4*x^7/7 + 12870^4*x^8/8 +...+ A000984(n)^4*x^n/n +...
PROG
(PARI) {a(n)=polcoeff(exp(sum(k=1, n, binomial(2*k, k)^4*x^k/k)+x*O(x^n)), n)}
for(n=0, 20, print1(a(n), ", "))
CROSSREFS
Sequence in context: A326216 A194610 A215171 * A232519 A231083 A173984
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Apr 16 2013
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 18 15:13 EDT 2024. Contains 374388 sequences. (Running on oeis4.)