[go: up one dir, main page]

login
A024152
a(n) = 12^n - n^12.
4
1, 11, -3952, -529713, -16756480, -243891793, -2173796352, -13805455393, -68289495040, -277269756129, -938082635776, -2395420006033, 0, 83695120256591, 1227224552173568, 15277275236695743, 184602783918325760
OFFSET
0,2
COMMENTS
Conjecture: satisfies a linear recurrence having signature (25, -234, 1222, -4147, 9867, -17160, 22308, -21879, 16159, -8866, 3510, -949, 157, -12). - Harvey P. Dale, Jan 27 2019
The conjecture above is correct. From the general formula for {a(n)} we can see that the roots for the characteristic polynomial are one 12 and thirteen 1's, so the characteristic polynomial is (x - 12)*(x - 1)^13 = x^14 - 25*x^13 + 234*x^12 - ... + 12, with corresponding recurrence coefficients 25, -234, ..., -12. - Jianing Song, Jan 28 2019
LINKS
Index entries for linear recurrences with constant coefficients, signature (25,-234,1222,-4147,9867,-17160,22308,-21879,16159,-8866,3510,-949,157,-12).
MATHEMATICA
Table[12^n-n^12, {n, 0, 30}] (* Harvey P. Dale, Jan 27 2019 *)
PROG
(Magma) [12^n-n^12: n in [0..20]]; // Vincenzo Librandi, Jun 30 2011
KEYWORD
sign,easy
STATUS
approved