login

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

A172325
Floor(n*(sqrt(7)+sqrt(3))).
1
0, 4, 8, 13, 17, 21, 26, 30, 35, 39, 43, 48, 52, 56, 61, 65, 70, 74, 78, 83, 87, 91, 96, 100, 105, 109, 113, 118, 122, 126, 131, 135, 140, 144, 148, 153, 157, 161, 166, 170, 175, 179, 183, 188, 192, 197, 201, 205, 210, 214, 218
OFFSET
0,2
COMMENTS
Also integer part of n*4.3778021186..., where the constant is the largest root of x^4 -20*x^2 +16.
LINKS
MATHEMATICA
With[{c = Sqrt[7] + Sqrt[3]}, Floor[c Range[0, 70]]] (* Vincenzo Librandi, Aug 01 2013 *)
PROG
(Magma) [Floor(n*(Sqrt(7)+Sqrt(3))): n in [0..60]];
KEYWORD
nonn,easy,less
AUTHOR
Vincenzo Librandi, Feb 01 2010
STATUS
approved