login
Powers of fourth root of 10 rounded to nearest integer.
0

%I #6 Oct 08 2014 16:47:57

%S 1,2,3,6,10,18,32,56,100,178,316,562,1000,1778,3162,5623,10000,17783,

%T 31623,56234,100000,177828,316228,562341,1000000,1778279,3162278,

%U 5623413,10000000,17782794,31622777,56234133

%N Powers of fourth root of 10 rounded to nearest integer.

%t Round[Surd[10,4]^Range[0,40]] (* _Harvey P. Dale_, Oct 08 2014 *)

%K nonn

%O 0,2

%A _N. J. A. Sloane_.