login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A152067 Coefficient expansion of the symmetric Salem polynomial p(x)=1 - x^5 - x^6 - x^7 + x^12; a(n)=coefficient_expansion(1/(x^12*p(1/x)). 0
1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 2, 2, 2, 1, 1, 3, 4, 5, 4, 4, 5, 7, 10, 11, 11, 12, 15, 19, 24, 27, 30, 34, 41, 51, 60, 70, 80, 93, 111, 133, 157, 183, 213, 250, 296, 350, 413, 483, 566, 666, 785 (list; graph; refs; listen; history; internal format)
OFFSET

0,12

FORMULA

Polynomial:p(x)=1 - x^5 - x^6 - x^7 + x^12; a(n)=coefficient_expansion(1/(x^12*p(1/x)).

MATHEMATICA

f[x_] = 1 - x^5 - x^6 - x^7 + x^12; g[x] = ExpandAll[x^12*f[1/x]]; a = Table[SeriesCoefficient[ Series[1/g[x], {x, 0, 50}], n], {n, 0, 50}]

CROSSREFS

Sequence in context: A159853 A087698 A101677 * A193884 A128084 A131823

Adjacent sequences:  A152064 A152065 A152066 * A152068 A152069 A152070

KEYWORD

nonn

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Nov 23 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 18:54 EST 2012. Contains 205939 sequences.