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!)
A371914 G.f. A(x) satisfies A(x) = 1 - x/A(x)^3 * (1 - A(x) - A(x)^5). 2
1, 1, 3, 7, 15, 43, 168, 626, 2005, 6245, 22266, 87365, 328727, 1154975, 4086410, 15464587, 60368094, 229327457, 847539610, 3174058754, 12277874065, 47912709420, 184171945435, 701491726600, 2700878181660, 10556457650417, 41330116314628 (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(2*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(2*n-5*k, n-k-1))/n);
CROSSREFS
Sequence in context: A147188 A050565 A097111 * A151401 A080567 A276969
KEYWORD
nonn
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 September 6 05:09 EDT 2024. Contains 375703 sequences. (Running on oeis4.)