login
Powers of fifth root of 2 rounded to nearest integer.
0

%I #6 Oct 08 2015 04:23:53

%S 1,1,1,2,2,2,2,3,3,3,4,5,5,6,7,8,9,11,12,14,16,18,21,24,28,32,37,42,

%T 49,56,64,74,84,97,111,128,147,169,194,223,256,294,338,388,446,512,

%U 588,676,776,891,1024,1176,1351

%N Powers of fifth root of 2 rounded to nearest integer.

%t Round[Surd[2,5]^Range[0,60]] (* _Harvey P. Dale_, Oct 08 2015 *)

%K nonn

%O 0,4

%A _N. J. A. Sloane_.