A024152 a(n) = 12^n - n^12.
1, 11, -3952, -529713, -16756480, -243891793, -2173796352, -13805455393, -68289495040, -277269756129, -938082635776, -2395420006033, 0, 83695120256591, 1227224552173568, 15277275236695743, 184602783918325760
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..300
- Index entries for linear recurrences with constant coefficients, signature (25,-234,1222,-4147,9867,-17160,22308,-21879,16159,-8866,3510,-949,157,-12).
Crossrefs
Programs
-
Magma
[12^n-n^12: n in [0..20]]; // Vincenzo Librandi, Jun 30 2011
-
Mathematica
Table[12^n-n^12,{n,0,30}] (* Harvey P. Dale, Jan 27 2019 *)
Comments