login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A305002
Expansion of (1 + 20*x + 30*x^2 + 50*x^3 + 7*x^4 + 10*x^5)/((1 - x)*(1 + x^4)).
0
1, 21, 51, 101, 107, 97, 67, 17, 11, 21, 51, 101, 107, 97, 67, 17, 11, 21, 51, 101, 107, 97, 67, 17, 11, 21, 51, 101, 107, 97, 67, 17, 11, 21, 51, 101, 107, 97, 67, 17, 11, 21, 51, 101, 107, 97, 67, 17, 11, 21, 51, 101, 107, 97, 67, 17, 11, 21, 51, 101, 107, 97, 67, 17, 11, 21, 51
OFFSET
0,2
COMMENTS
After the first term, the sequence is periodic with period 8: repeat {21, 51, 101, 107, 97, 67, 17, 11}.
FORMULA
G.f.: (1 + 20*x + 30*x^2 + 50*x^3 + 7*x^4 + 10*x^5)/((1 - x)*(1 + x^4)).
MATHEMATICA
CoefficientList[Series[(1 + 20 x + 30 x^2 + 50 x^3 + 7 x^4 + 10 x^5)/((1 - x) (1 + x^4)), {x, 0, 100}], x]
CROSSREFS
Sequence in context: A053178 A166150 A224334 * A242236 A235877 A146838
KEYWORD
nonn,easy
AUTHOR
Shara Lalo, May 23 2018
STATUS
approved