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!)
A228177 Floor(n*(sqrt(6)+sqrt(5))). 1

%I #8 Sep 08 2022 08:46:05

%S 0,4,9,14,18,23,28,32,37,42,46,51,56,60,65,70,74,79,84,89,93,98,103,

%T 107,112,117,121,126,131,135,140,145,149,154,159,163,168,173,178,182,

%U 187,192,196,201,206,210,215,220,224,229,234,238,243,248,253,257,262

%N Floor(n*(sqrt(6)+sqrt(5))).

%C a(n) = integer part of n*4.6855577..., where the constant is the largest root of x^4 -22*x^2 +1.

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

%t With[{c = Sqrt[6] + Sqrt[5]}, Floor[c Range[0, 60]]]

%o (Magma) [Floor(n*(Sqrt(6)+Sqrt(5))): n in [0..60]];

%Y Cf. A110117, A172323 - A172332, A172334, A172336 - A172338.

%K nonn,easy

%O 0,2

%A _Vincenzo Librandi_, Aug 15 2013

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 20 00:03 EDT 2024. Contains 371798 sequences. (Running on oeis4.)