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!)
A017922 Powers of sqrt(6) rounded down. 2

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

%S 1,2,6,14,36,88,216,529,1296,3174,7776,19047,46656,114283,279936,

%T 685700,1679616,4114202,10077696,24685212,60466176,148111277,

%U 362797056,888667667,2176782336,5332006004,13060694016

%N Powers of sqrt(6) rounded down.

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

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

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

%o (Magma) [Floor(Sqrt(6^n)): n in [0..40]]; // _Vincenzo Librandi_, Nov 20 2011

%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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)