A017391 a(n) = (11*n)^3.
0, 1331, 10648, 35937, 85184, 166375, 287496, 456533, 681472, 970299, 1331000, 1771561, 2299968, 2924207, 3652264, 4492125, 5451776, 6539203, 7762392, 9129329, 10648000, 12326391, 14172488, 16194277
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..10000
- Index entries for linear recurrences with constant coefficients, signature (4, -6, 4, -1).
Programs
-
Magma
[(11*n)^3: n in [0..30]]; // Vincenzo Librandi, Sep 02 2011