A017170 a(n) = (9*n)^10.
0, 3486784401, 3570467226624, 205891132094649, 3656158440062976, 34050628916015625, 210832519264920576, 984930291881790849, 3743906242624487424, 12157665459056928801, 34867844010000000000
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..10000
- Index entries for linear recurrences with constant coefficients, signature (11, -55, 165, -330, 462, -462, 330, -165, 55, -11, 1).
Programs
-
Magma
[(9*n)^10: n in [0..15]]; // Vincenzo Librandi, Jul 22 2011
Formula
a(n) = 3486784401*A008454(n). - R. J. Mathar, Jul 07 2017