A024133 a(n) = 11^n - n^6.
1, 10, 57, 602, 10545, 145426, 1724905, 19369522, 214096737, 2357416250, 25936424601, 285309899050, 3138425390737, 34522707317122, 379749826053705, 4177248158025026, 45949729846794945, 505447028475156202
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..300
- Index entries for linear recurrences with constant coefficients, signature (18,-98,266,-420,406,-238,78,-11).
Programs
-
Magma
[11^n-n^6: n in [0..20]]; // Vincenzo Librandi, Jul 01 2011
-
PARI
a(n)= 11^n-n^6 \\ Charles R Greathouse IV, Jul 01 2011