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!)
A196559 G.f.: exp( Sum_{n>=1} [Sum_{k=0..n} C(n,k)^3 * x^k]^2 * x^n/n ). 1
1, 1, 3, 12, 65, 384, 2197, 14078, 94739, 670612, 4899280, 36645899, 281037158, 2197679518, 17489660228, 141241307806, 1155345218645, 9559672712389, 79905432682918, 674005489358155, 5731854529045978, 49105864505432392, 423531623342726441 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
G.f.: A(x) = 1 + x + 3*x^2 + 12*x^3 + 65*x^4 + 384*x^5 + 2197*x^6 +...
where
log(A(x)) = (1 + x)^2*x + (1+2^3*x+x^2)^2*x^2/2 + (1+3^3*x+3^3*x^2+x^3)^2*x^3/3 + (1+4^3*x+6^3*x^2+4^3*x^3+x^4)^2*x^4/4 +...
More explicitly,
log(A(x)) = x + 5*x^2/2 + 28*x^3/3 + 205*x^4/4 + 1506*x^5/5 + 10016*x^6/6 +...
PROG
(PARI) {a(n)=polcoeff(exp(sum(m=1, n, sum(k=0, m, binomial(m, k)^3*x^k)^2*x^m/m)+x*O(x^n)), n)}
CROSSREFS
Sequence in context: A341769 A302195 A359660 * A111262 A139134 A216373
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Oct 03 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 25 13:22 EDT 2024. Contains 371969 sequences. (Running on oeis4.)