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!)
A185619 G.f.: exp( Sum_{n>=1} (x^n/n)*Sum_{k=0..n} C(3n,3k)*x^k ). 0
1, 1, 2, 12, 41, 134, 535, 2100, 8008, 31483, 125405, 498762, 1995254, 8032580, 32433136, 131333532, 533489683, 2172483451, 8865550544, 36251329866, 148498309280, 609271648415, 2503419660325, 10299986121600, 42429641658643 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
G.f.: A(x) = 1 + x + 2*x^2 + 12*x^3 + 41*x^4 + 134*x^5 +...
log(A(x)) = x*(1+x) + x^2*(1 + 20*x + x^2)/2 + x^3*(1 + 84*x + 84*x^2 + x^3)/3 + x^4*(1 + 220*x + 924*x^2 + 220*x^3 + x^4)/4 +...
PROG
(PARI) {a(n)=polcoeff( exp(sum(m=1, n, sum(k=0, m, binomial(3*m, 3*k)*x^k) *x^m/m) +x*O(x^n)), n)}
CROSSREFS
Cf. variant: A051286.
Sequence in context: A127725 A371357 A280174 * A048014 A364598 A094702
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Mar 19 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 September 9 18:08 EDT 2024. Contains 375765 sequences. (Running on oeis4.)