The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A265107 Expansion of (2*x^4+x^3+x)/(-x^2-2*x+1). 5
0, 1, 2, 6, 16, 38, 92, 222, 536, 1294, 3124, 7542, 18208, 43958, 106124, 256206, 618536, 1493278, 3605092, 8703462, 21012016, 50727494, 122467004, 295661502, 713790008, 1723241518, 4160273044, 10043787606, 24247848256, 58539484118, 141326816492, 341193117102 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
M. Diepenbroek, M. Maus and A. Stoll, Pattern Avoidance in Reverse Double Lists, Preprint 2015. See Table 3.
FORMULA
From Colin Barker, Apr 12 2016: (Start)
a(n) = ((1+sqrt(2))^n*(-5+4*sqrt(2)) + (1-sqrt(2))^n*(5+4*sqrt(2)))/sqrt(2) for n>2.
a(n) = 2*a(n-1)+a(n-2) for n>4.
(End)
MATHEMATICA
Join[{0, 1, 2}, LinearRecurrence[{2, 1}, {6, 16}, 30]] (* Jean-François Alcover, Nov 02 2021 *)
PROG
(PARI) concat(0, Vec(x*(1+x)*(1-x+2*x^2)/(1-2*x-x^2) + O(x^50))) \\ Colin Barker, Apr 12 2016
CROSSREFS
Sequence in context: A156616 A330886 A265758 * A217631 A046209 A285885
KEYWORD
nonn,easy
AUTHOR
Alois P. Heinz, Apr 06 2016
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 May 18 23:43 EDT 2024. Contains 372666 sequences. (Running on oeis4.)