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!)
A366497 G.f. A(x) satisfies A(x) = 1 + x*(1+x)^(7/2)*A(x)^(9/2). 6
1, 1, 8, 64, 596, 6028, 64352, 713812, 8146490, 95040886, 1128369960, 13588883712, 165598378308, 2038279921692, 25303322898120, 316443054086214, 3983011314348183, 50418720131975193, 641444450506307160, 8197477211343267688, 105185927879224420064 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: A(x) = 1/B(-x) where B(x) is the g.f. of A366437.
a(n) = Sum_{k=0..n} binomial(7*k/2,n-k) * binomial(9*k/2,k) / (7*k/2+1).
PROG
(PARI) a(n) = sum(k=0, n, binomial(7*k/2, n-k)*binomial(9*k/2, k)/(7*k/2+1));
CROSSREFS
Cf. A366437.
Sequence in context: A344252 A199567 A213336 * A355214 A047900 A204212
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 11 2023
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 6 23:00 EDT 2024. Contains 375002 sequences. (Running on oeis4.)