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!)
A225391 Expansion of 1/(1 - x - x^2 - x^6 + x^8). 27
1, 1, 2, 3, 5, 8, 14, 23, 38, 63, 104, 172, 285, 472, 781, 1293, 2140, 3542, 5863, 9705, 16064, 26590, 44013, 72852, 120588, 199603, 330392, 546880, 905221, 1498363, 2480159, 4105273, 6795236, 11247786, 18617851, 30817120, 51009909, 84433939, 139758925 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Limiting ratio is 1.65525..., the largest real root of 1 - x^2 - x^6 - x^7 + x^8.
LINKS
FORMULA
a(n) = a(n-1) + a(n-2) + a(n-6) - a(n-8). - Franck Maminirina Ramaharo, Nov 02 2018
MATHEMATICA
CoefficientList[Series[1/(1 - x - x^2 - x^6 + x^8), {x, 0, 50}], x]
LinearRecurrence[{1, 1, 0, 0, 0, 1, 0, -1}, {1, 1, 2, 3, 5, 8, 14, 23}, 100] (* G. C. Greubel, Nov 16 2016 *)
PROG
(PARI) Vec(1/(1-x-x^2-x^6+x^8) + O(x^50)) \\ G. C. Greubel, Nov 16 2016
(Magma) m:=50; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(1/(1-x-x^2-x^6+x^8))); // G. C. Greubel, Nov 03 2018
CROSSREFS
Sequence in context: A282240 A004692 A094926 * A078843 A018068 A120400
KEYWORD
nonn,easy
AUTHOR
Roger L. Bagula, May 06 2013
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 17 22:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)