login
A129197
a(n) = numerator( 3*(3+(-1)^n)/(n+1)^3 ).
4
12, 3, 4, 3, 12, 1, 12, 3, 4, 3, 12, 1, 12, 3, 4, 3, 12, 1, 12, 3, 4, 3, 12, 1, 12, 3, 4, 3, 12, 1, 12, 3, 4, 3, 12, 1, 12, 3, 4, 3, 12, 1, 12, 3, 4, 3, 12, 1, 12, 3, 4, 3, 12, 1, 12, 3, 4, 3, 12, 1, 12, 3, 4, 3, 12, 1, 12, 3, 4, 3, 12, 1, 12, 3, 4, 3, 12, 1
OFFSET
0,1
COMMENTS
Denominator of 3*(3+(-1)^n)/(n+1)^3 is A129196.
FORMULA
G.f.: (12 + 3*x + 4*x^2 + 3*x^3 + 12*x^4 + x^5)/(1 - x^6).
Period 6: repeat [12, 3, 4, 3, 12, 1].
MATHEMATICA
Table[3 (3+(-1)^n)/(n+1)^3, {n, 0, 80}]//Numerator (* Harvey P. Dale, Sep 26 2020 *)
CROSSREFS
Cf. sequences listed in Comments section of A283393.
Sequence in context: A038328 A126860 A010203 * A098067 A070604 A268592
KEYWORD
nonn,easy
AUTHOR
Paul Barry, Apr 02 2007
STATUS
approved