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!)
A369161 Expansion of (1/x) * Series_Reversion( x * ((1-x)^3-x^4) ). 4
1, 3, 15, 91, 613, 4410, 33190, 258129, 2058281, 16737259, 138268611, 1157197639, 9790774861, 83606543660, 719638883748, 6237175439640, 54386540912490, 476782443732437, 4199713449255749, 37151346765537606, 329914740292813170, 2939975733035070000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/4)} binomial(n+k,k) * binomial(4*n-k+2,n-4*k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serreverse(x*((1-x)^3-x^4))/x)
(PARI) a(n) = sum(k=0, n\4, binomial(n+k, k)*binomial(4*n-k+2, n-4*k))/(n+1);
CROSSREFS
Sequence in context: A171790 A006632 A366056 * A159928 A020018 A124553
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jan 15 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 16 16:56 EDT 2024. Contains 375177 sequences. (Running on oeis4.)