Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A371658 G.f. satisfies A(x) = 1 + x * A(x)^2 * (1 + A(x))^2. 4
1, 4, 48, 784, 14784, 302976, 6555648, 147380480, 3408817152, 80592320512, 1938923790336, 47314993324032, 1168315059240960, 29136848453632000, 732857340425011200, 18569095605771632640, 473534596510970019840, 12144227894941523116032 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (1/n) * Sum_{k=0..floor(n-1)/2} 4^(n-k) * binomial(n,k) * binomial(3*n-k,n-1-2*k) for n > 0.
PROG
(PARI) a(n) = if(n==0, 1, sum(k=0, (n-1)\2, 4^(n-k)*binomial(n, k)*binomial(3*n-k, n-1-2*k))/n);
CROSSREFS
Sequence in context: A183204 A371677 A369537 * A328183 A047711 A089448
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 01 2024
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 August 2 05:15 EDT 2024. Contains 374821 sequences. (Running on oeis4.)