login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A018085 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_.

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 10:21 EDT 2024. Contains 371905 sequences. (Running on oeis4.)