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

 


A172330
Floor(n*(sqrt(13)+sqrt(11))).
1
0, 6, 13, 20, 27, 34, 41, 48, 55, 62, 69, 76, 83, 89, 96, 103, 110, 117, 124, 131, 138, 145, 152, 159, 166, 173, 179, 186, 193, 200, 207, 214, 221, 228, 235, 242, 249, 256, 263, 269, 276, 283, 290, 297, 304, 311, 318, 325, 332, 339, 346
OFFSET
0,2
COMMENTS
Also integer part of n*6.9221760658..., where the constant is the largest root of x^4 -48*x^2 +4.
LINKS
MATHEMATICA
With[{c = Sqrt[13] + Sqrt[11]}, Floor[c Range[0, 70]]] (* Vincenzo Librandi, Aug 01 2013 *)
PROG
(Magma) [Floor(n*(Sqrt(13)+Sqrt(11))): n in [0..60]];
KEYWORD
nonn,easy,less
AUTHOR
Vincenzo Librandi, Feb 01 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 22 02:38 EDT 2024. Contains 376090 sequences. (Running on oeis4.)