[go: up one dir, main page]

login
Powers of fourth root of 14 rounded to nearest integer.
1

%I #14 May 03 2019 12:01:07

%S 1,2,4,7,14,27,52,101,196,379,733,1419,2744,5308,10267,19860,38416,

%T 74309,143740,278041,537824,1040333,2012353,3892568,7529536,14564656,

%U 28172944,54495952,105413504,203905180

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

%H Vincenzo Librandi, <a href="/A018085/b018085.txt">Table of n, a(n) for n = 0..1000</a>

%t Floor[# + 1/2]&/@((Power[14, (4)^-1])^Range[0, 50]) (* _Vincenzo Librandi_, Apr 13 2017 *)

%t Round[Surd[14,4]^Range[0,30]] (* _Harvey P. Dale_, May 03 2019 *)

%Y Cf. A011011, A018086.

%K nonn

%O 0,2

%A _N. J. A. Sloane_.