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!)
A371913 G.f. A(x) satisfies A(x) = 1 - x/A(x)^4 * (1 - A(x) - A(x)^5). 2
1, 1, 2, 0, -6, 12, 67, -152, -740, 2296, 9017, -35979, -113936, 579516, 1454975, -9493390, -18317155, 157178640, 220172289, -2618995381, -2377680689, 43783556265, 19149194005, -732638868460, 16196837316, 12246524817736, -5891297294673 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (1/n) * Sum_{k=0..n} binomial(n,k) * binomial(n-5*k,n-k-1) for n > 0.
PROG
(PARI) a(n) = if(n==0, 1, sum(k=0, n, binomial(n, k)*binomial(n-5*k, n-k-1))/n);
CROSSREFS
Sequence in context: A110667 A347929 A129877 * A307581 A261566 A247443
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 12 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 9 02:38 EDT 2024. Contains 375024 sequences. (Running on oeis4.)