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!)
A017938 Powers of sqrt(11) rounded to nearest integer. 1

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

%S 1,3,11,36,121,401,1331,4414,14641,48559,161051,534146,1771561,

%T 5875603,19487171,64631634,214358881,710947979,2357947691,7820427766,

%U 25937424601,86024705430,285311670611

%N Powers of sqrt(11) rounded to nearest integer.

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

%t Floor[(Sqrt[11]^Range[0,40]+1/2)] (* _Vincenzo Librandi_, Nov 19 2011 *)

%o (PARI) a(n)=round(sqrt(11)^n) \\ _Charles R Greathouse IV_, Nov 18 2011

%o (Magma) [Round(Sqrt(11)^n): n in [0..40]]; // _Vincenzo Librandi_, Nov 19 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 23 11:07 EDT 2024. Contains 371905 sequences. (Running on oeis4.)