Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #14 Apr 25 2023 15:26:24
%S 59049,10000000000,2015993900449,63403380965376,819628286980801,
%T 6278211847988224,34050628916015625,144555105949057024,
%U 511116753300641401,1568336880910795776,4297625829703557649
%N a(n) = (7*n + 3)^10.
%H Vincenzo Librandi, <a href="/A017026/b017026.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 (7 Range[0, 10] + 3)^10 (* _Wesley Ivan Hurt_, Apr 25 2023 *)
%o (Magma) [(7*n+3)^10: n in [0..20]]; // _Vincenzo Librandi_, Jul 14 2011
%K nonn,easy
%O 0,1
%A _N. J. A. Sloane_