|
|
A024093
|
|
a(n) = 8^n - n^5.
|
|
2
|
|
|
1, 7, 32, 269, 3072, 29643, 254368, 2080345, 16744448, 134158679, 1073641824, 8589773541, 68719227904, 549755442595, 4398045973280, 35184371329457, 281474975662080, 2251799812265391, 18014398507592416, 144115188073379773, 1152921504603646976
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
0,2
|
|
LINKS
|
|
|
FORMULA
|
a(n) = 14*a(n-1) - 63*a(n-2) + 140*a(n-3) - 175*a(n-4) + 126*a(n-5) - 49*a(n-6) + 8*a(n-7) for n > 6.
G.f.: (-9*x^6 - 201*x^5 - 517*x^4 - 122*x^3 + 3*x^2 + 7*x - 1)/((x - 1)^6*(8*x - 1)). (End)
|
|
MATHEMATICA
|
CoefficientList[Series[(-9*x^6 - 201*x^5 - 517*x^4 - 122*x^3 + 3*x^2 + 7*x - 1)/((x - 1)^6*(8*x - 1)), {x, 0, 20}], x] (* Wesley Ivan Hurt, Nov 12 2022 *)
|
|
PROG
|
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|