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!)
A369525 Expansion of (1/x) * Series_Reversion( x / (1+x+x^4/(1+x)) ). 1
1, 1, 1, 1, 2, 5, 11, 21, 40, 84, 190, 429, 944, 2067, 4613, 10505, 24092, 55182, 126444, 291232, 675144, 1571934, 3667774, 8573365, 20090498, 47214710, 111237828, 262587843, 620911708, 1470701157, 3489548683, 8293157045, 19738018740, 47039738570, 112247416400 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/4)} binomial(n+1,k) * binomial(n-2*k+1,n-4*k).
PROG
(PARI) my(N=40, x='x+O('x^N)); Vec(serreverse(x/(1+x+x^4/(1+x)))/x)
(PARI) a(n) = sum(k=0, n\4, binomial(n+1, k)*binomial(n-2*k+1, n-4*k))/(n+1);
CROSSREFS
Cf. A367317.
Sequence in context: A144700 A000785 A364552 * A364591 A049936 A058358
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jan 26 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 July 14 00:54 EDT 2024. Contains 374290 sequences. (Running on oeis4.)