login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A172327
Floor(n*(sqrt(11)+sqrt(5))).
1
0, 5, 11, 16, 22, 27, 33, 38, 44, 49, 55, 61, 66, 72, 77, 83, 88, 94, 99, 105, 111, 116, 122, 127, 133, 138, 144, 149, 155, 161, 166, 172, 177, 183, 188, 194, 199, 205, 211, 216, 222, 227, 233, 238, 244, 249, 255, 260, 266, 272, 277
OFFSET
0,2
COMMENTS
Also integer part of n*5.5526927678..., where the constant is the largest root of x^4 -32*x^2 +36.
LINKS
MATHEMATICA
With[{c = Sqrt[11] + Sqrt[5]}, Floor[c Range[0, 70]]] (* Vincenzo Librandi, Aug 01 2013 *)
PROG
(Magma) [Floor(n*(Sqrt(11)+Sqrt(5))): n in [0..60]];
KEYWORD
nonn,easy,less
AUTHOR
Vincenzo Librandi, Feb 01 2010
STATUS
approved