A017346 a(n) = (10*n + 6)^6.
46656, 16777216, 308915776, 2176782336, 9474296896, 30840979456, 82653950016, 192699928576, 404567235136, 782757789696, 1418519112256, 2436396322816, 4001504141376, 6327518887936, 9685390482496
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
Second bisection of A272914.
Programs
-
Magma
[(10*n+6)^6: n in [0..20]]; // Vincenzo Librandi, Aug 03 2011