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!)
A028831 Expansion of (1+2*x+3*x^2)/(1-x-x^2-x^3-x^4). 0
1, 3, 7, 11, 22, 43, 83, 159, 307, 592, 1141, 2199, 4239, 8171, 15750, 30359, 58519, 112799, 217427, 419104, 807849, 1557179, 3001559, 5785691, 11152278, 21496707, 41436235, 79870911, 153956131 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(0)=1, a(1)=3, a(2)=7, a(3)=11, a(n)=a(n-1)+a(n-2)+a(n-3)+a(n-4) [From Harvey P. Dale, Apr 18 2012]
MATHEMATICA
CoefficientList[Series[(1+2x+3x^2)/(1-x-x^2-x^3-x^4), {x, 0, 30}], x] (* or *) LinearRecurrence[{1, 1, 1, 1}, {1, 3, 7, 11}, 30] (* Harvey P. Dale, Apr 18 2012 *)
CROSSREFS
Sequence in context: A018345 A082675 A201645 * A244572 A137516 A247380
KEYWORD
nonn
AUTHOR
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 March 28 14:38 EDT 2024. Contains 371254 sequences. (Running on oeis4.)