A017094 a(n) = (8*n + 2)^6.
64, 1000000, 34012224, 308915776, 1544804416, 5489031744, 15625000000, 38068692544, 82653950016, 164206490176, 304006671424, 531441000000, 885842380864, 1418519112256, 2194972623936, 3297303959104
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..10000
- Index entries for linear recurrences with constant coefficients, signature (7, -21, 35, -35, 21, -7, 1).
Programs
-
Magma
[(8*n+2)^6: n in [0..30]]; // Vincenzo Librandi, Jul 12 2011