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!)
A366401 G.f. A(x) satisfies A(x) = (1 + x * A(x)^(7/2)) / (1 - x). 12
1, 2, 9, 58, 436, 3572, 30935, 278532, 2581043, 24453404, 235790159, 2306367444, 22829030276, 228240387070, 2301498462245, 23379656027868, 239038022347243, 2457891085704180, 25400777844198274, 263685720722690420, 2748421883496133866 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} binomial(n+5*k/2,n-k) * binomial(7*k/2,k) / (5*k/2+1).
PROG
(PARI) a(n) = sum(k=0, n, binomial(n+5*k/2, n-k)*binomial(7*k/2, k)/(5*k/2+1));
CROSSREFS
Sequence in context: A047852 A240881 A224127 * A116867 A168358 A132608
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 09 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 July 15 10:49 EDT 2024. Contains 374332 sequences. (Running on oeis4.)