login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A228177
Floor(n*(sqrt(6)+sqrt(5))).
1
0, 4, 9, 14, 18, 23, 28, 32, 37, 42, 46, 51, 56, 60, 65, 70, 74, 79, 84, 89, 93, 98, 103, 107, 112, 117, 121, 126, 131, 135, 140, 145, 149, 154, 159, 163, 168, 173, 178, 182, 187, 192, 196, 201, 206, 210, 215, 220, 224, 229, 234, 238, 243, 248, 253, 257, 262
OFFSET
0,2
COMMENTS
a(n) = integer part of n*4.6855577..., where the constant is the largest root of x^4 -22*x^2 +1.
LINKS
MATHEMATICA
With[{c = Sqrt[6] + Sqrt[5]}, Floor[c Range[0, 60]]]
PROG
(Magma) [Floor(n*(Sqrt(6)+Sqrt(5))): n in [0..60]];
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Aug 15 2013
STATUS
approved