The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A017946 Powers of sqrt(14) rounded down. 1

%I #17 Sep 08 2022 08:44:43

%S 1,3,14,52,196,733,2744,10267,38416,143739,537824,2012353,7529536,

%T 28172943,105413504,394421215,1475789056,5521897022,20661046784,

%U 77306558317,289254654976,1082291816449,4049565169664

%N Powers of sqrt(14) rounded down.

%H Vincenzo Librandi, <a href="/A017946/b017946.txt">Table of n, a(n) for n = 0..800</a>

%F a(n) = floor(sqrt(14^n)). - _Vincenzo Librandi_, Jun 24 2011

%t Floor[(Sqrt[14])^Range[0,30]] (* _Harvey P. Dale_, Feb 14 2018 *)

%o (Magma) [Floor(Sqrt(14^n)): n in [0..30]]; // _Vincenzo Librandi_, Jun 24 2011

%o (PARI) a(n)=sqrtint(14^n) \\ _Charles R Greathouse IV_, Nov 18 2011

%Y Cf. A010471 (sqrt(14)).

%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 June 8 21:00 EDT 2024. Contains 373227 sequences. (Running on oeis4.)