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!)
A331413 a(n) = 2*a(n-1) + a(n-2) + a(n-3) + a(n-4), a(0)=4, a(1)=2, a(2)=6, a(3)=17. 1
4, 2, 6, 17, 46, 117, 303, 786, 2038, 5282, 13691, 35488, 91987, 238435, 618036, 1601982, 4152422, 10763297, 27899034, 72315769, 187446291, 485870682, 1259402458, 3264437658, 8461594747, 21932900292, 56851235447, 147361403591, 381968537668, 990082614666, 2566346406038 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: (x^3 + 2*x^2 + 6*x - 4)/(x^4 + x^3 + x^2 + 2*x - 1). - Chai Wah Wu, Jan 16 2020
MATHEMATICA
LinearRecurrence[{2, 1, 1, 1}, {4, 2, 6, 17}, 31] (* Michael De Vlieger, Jan 16 2020 *)
CoefficientList[Series[(x^3 + 2 x^2 + 6 x - 4)/(x^4 + x^3 + x^2 + 2 x - 1), {x, 0, 30}], x] (* Michael De Vlieger, Jan 17 2020 *)
CROSSREFS
Sequence in context: A083760 A073597 A099507 * A019104 A019119 A019181
KEYWORD
nonn
AUTHOR
Michael De Vlieger, Jan 16 2020
EXTENSIONS
Deleted certain dangerous or potentially dangerous links. - N. J. A. Sloane, Jan 30 2021
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 19 14:10 EDT 2024. Contains 371792 sequences. (Running on oeis4.)