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!)
A368931 Expansion of (1/x) * Series_Reversion( x * (1-x) * (1-x-x^3) ). 4
1, 2, 7, 31, 154, 819, 4560, 26244, 154874, 932074, 5698745, 35297535, 221016593, 1396717756, 8896798020, 57062237502, 368201804973, 2388587515239, 15568995139404, 101913055166811, 669678357109300, 4415837460391845, 29210203356645090 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/3)} binomial(n+k,k) * binomial(3*n-2*k+1,n-3*k).
PROG
(PARI) a(n) = sum(k=0, n\3, binomial(n+k, k)*binomial(3*n-2*k+1, n-3*k))/(n+1);
(PARI) my(N=30, x='x+O('x^N)); Vec(serreverse(x*(1-x)*(1-x-x^3))/x)
CROSSREFS
Sequence in context: A369297 A256672 A366052 * A007863 A369214 A302061
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jan 10 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 June 29 09:33 EDT 2024. Contains 373837 sequences. (Running on oeis4.)