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 #8 May 21 2023 21:42:23
%S 0,2,1026,59052,1048580,9765630,60466182,282475256,1073741832,
%T 3486784410,10000000010,25937424612,61917364236,137858491862,
%U 289254654990,576650390640,1099511627792,2015993900466,3570467226642,6131066257820,10240000000020,16679880978222,26559922791446
%N a(n) = n^10 + n.
%H Vincenzo Librandi, <a href="/A196292/b196292.txt">Table of n, a(n) for n = 0..10000</a>
%o (Magma) [n^10+n: n in [0..30]]
%Y Cf. A195859, A196288, A196289, A196290, A196291.
%K nonn
%O 0,2
%A _Vincenzo Librandi_, Oct 01 2011