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!)
A175773 Expansion of 1/(1 - x - x^6 - x^11 + x^12). 23
1, 1, 1, 1, 1, 1, 2, 3, 4, 5, 6, 8, 10, 13, 17, 22, 28, 37, 48, 62, 80, 103, 133, 172, 223, 289, 374, 483, 625, 808, 1045, 1352, 1749, 2262, 2926, 3785, 4896, 6333, 8191, 10595, 13704, 17726, 22929, 29659, 38363, 49622, 64185, 83022, 107388, 138905, 179672 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
COMMENTS
The ratio a(n+1)/a(n) is 1.2934859531254534... for n->infinity.
LINKS
Michael Mossinghoff, Small Salem numbers
FORMULA
G.f.: 1/((1 - x + x^2)*(1 - x^2 - x^3 + x^5 - x^7 - x^8 + x^10)).
a(n) = a(n-1) + a(n-6) + a(n-11) - a(n-12), n >= 12. - Franck Maminirina Ramaharo, Oct 31 2018
MATHEMATICA
CoefficientList[Series[1/(1 - x - x^6 - x^11 + x^12), {x, 0, 50}], x]
PROG
(PARI) x='x+O('x^50); Vec(1/(1-x-x^6-x^11+x^12)) \\ G. C. Greubel, Nov 03 2018
(Magma) m:=50; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(1/(1-x-x^6-x^11+x^12))); // G. C. Greubel, Nov 03 2018
CROSSREFS
Cf. A175739.
Sequence in context: A036415 A054961 A086736 * A234949 A269303 A276642
KEYWORD
nonn,easy
AUTHOR
Roger L. Bagula, Dec 04 2010
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 24 05:36 EDT 2024. Contains 371918 sequences. (Running on oeis4.)