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!)
A077941 Expansion of 1/(1-2*x+x^2+x^3). 3
1, 2, 3, 3, 1, -4, -12, -21, -26, -19, 9, 63, 136, 200, 201, 66, -269, -805, -1407, -1740, -1268, 611, 4230, 9117, 13393, 13439, 4368, -18096, -53999, -94270, -116445, -84621, 41473, 284012, 611172, 896859, 898534, 289037, -1217319, -3622209, -6316136, -7792744, -5647143, 2814594 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
With three leading zeros, is the inverse binomial transform of A077868, with three leading zeros. - Paul Barry, Oct 22 2004
LINKS
FORMULA
a(n) = sum{k=0..n+3, C(n+3, k)(-1)^(n+3-k)*sum{j=0..floor((k-2)/2), C(k-2-2j, j+1)}}. - Paul Barry, Oct 22 2004
a(n) = sum{k=0..floor(n/3), C(n+1-k,n-3k)*(-1)^k}. - Tani Akinari, Oct 10 2014
MATHEMATICA
LinearRecurrence[{2, -1, -1}, {1, 2, 3}, 100] (* Vladimir Joseph Stephan Orlovsky, Jul 03 2011 *)
PROG
(PARI) Vec(1/(1-2*x+x^2+x^3)+O(x^99)) \\ Charles R Greathouse IV, Sep 26 2012
CROSSREFS
Cf. A077990.
Sequence in context: A288531 A323942 A323944 * A077990 A085667 A220114
KEYWORD
sign,easy
AUTHOR
N. J. A. Sloane, Nov 17 2002
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 April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)