A017322 a(n) = (10*n + 4)^6.
4096, 7529536, 191102976, 1544804416, 7256313856, 24794911296, 68719476736, 164206490176, 351298031616, 689869781056, 1265319018496, 2194972623936, 3635215077376, 5789336458816, 8916100448256
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).
Crossrefs
First bisection of A272914.
Programs
-
Magma
[(10*n+4)^6: n in [0..20]]; // Vincenzo Librandi, Aug 01 2011