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!)
A172337 Floor(n*(sqrt(11)+sqrt(7))). 3
0, 5, 11, 17, 23, 29, 35, 41, 47, 53, 59, 65, 71, 77, 83, 89, 95, 101, 107, 113, 119, 125, 131, 137, 143, 149, 155, 160, 166, 172, 178, 184, 190, 196, 202, 208, 214, 220, 226, 232, 238, 244, 250, 256, 262, 268, 274, 280, 286, 292, 298, 304, 310, 316, 321, 327 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
a(n) = integer part of n*(sqrt(11)+sqrt(7)), where the constant is the largest root of x^4 -36*x^2 +16.
LINKS
MATHEMATICA
With[{c = Sqrt[11] + Sqrt[7]}, Floor[c Range[0, 70]]] (* Vincenzo Librandi, Aug 01 2013 *)
PROG
(Magma) [ Floor(n*(Sqrt(11)+Sqrt(7))): n in [0..60] ];
CROSSREFS
Sequence in context: A314253 A314254 A059538 * A101328 A016969 A358528
KEYWORD
nonn,less,easy
AUTHOR
Vincenzo Librandi, Feb 01 2010
STATUS
approved

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 16 03:28 EDT 2024. Contains 371696 sequences. (Running on oeis4.)