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”).

A329516
Expansion of (x^4 - x^3 - 3*x^2 - 2*x - 1)/(x - 1).
1
1, 3, 6, 7, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6
OFFSET
0,2
COMMENTS
Decimal expansion of 4103/30000. - Elmo R. Oliveira, May 06 2024
FORMULA
G.f.: (x^4 - x^3 - 3*x^2 - 2*x - 1)/(x - 1).
a(n) = 6 for n >= 4.
MATHEMATICA
CoefficientList[Series[(x^4 - x^3 - 3*x^2 - 2*x - 1)/(x - 1), {x, 0, 120}], x] (* Wesley Ivan Hurt, Jun 26 2022 *)
PadRight[{1, 3, 6, 7}, 120, {6}] (* Harvey P. Dale, Dec 28 2023 *)
CROSSREFS
Row n=1 in array in A329515.
Sequence in context: A016616 A256936 A021276 * A290943 A067753 A129023
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Nov 25 2019
STATUS
approved