login
a(n) = (10*n + 3)^10.
1

%I #15 Sep 08 2022 08:44:42

%S 59049,137858491849,41426511213649,1531578985264449,21611482313284249,

%T 174887470365513049,984930291881790849,4297625829703557649,

%U 15516041187205853449,48398230717929318249,134391637934412192049

%N a(n) = (10*n + 3)^10.

%H Vincenzo Librandi, <a href="/A017314/b017314.txt">Table of n, a(n) for n = 0..10000</a>

%H <a href="/index/Rec#order_11">Index entries for linear recurrences with constant coefficients</a>, signature (11, -55, 165, -330, 462, -462, 330, -165, 55, -11, 1).

%t (10*Range[0,20]+3)^10 (* _Harvey P. Dale_, May 15 2012 *)

%o (Magma) [(10*n+3)^10: n in [0..10]]; // _Vincenzo Librandi_, Jul 31 2011

%K nonn,easy

%O 0,1

%A _N. J. A. Sloane_