A016846 a(n) = (4*n + 3)^10.
59049, 282475249, 25937424601, 576650390625, 6131066257801, 41426511213649, 205891132094649, 819628286980801, 2758547353515625, 8140406085191601, 21611482313284249, 52599132235830049, 119042423827613001
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
[(4*n+3)^10: n in [0..20]]; // Vincenzo Librandi, Aug 13 2011
-
Mathematica
(4Range[0,15]+3)^10 (* Harvey P. Dale, Aug 12 2011 *)