OFFSET
1,1
COMMENTS
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..5000
Eric Weisstein's World of Mathematics, Pi Approximations
Eric Weisstein's World of Mathematics, Beatty Sequence
MATHEMATICA
Table[Floor[n*(Sqrt[2] + Sqrt[3])], {n, 1, 50}] (* G. C. Greubel, Jul 02 2017 *)
PROG
(PARI) for(n=1, 50, print1(floor(n*(sqrt(2) + sqrt(3))), ", ")) \\ G. C. Greubel, Jul 02 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jul 13 2005
EXTENSIONS
Typo in Link section fixed by Reinhard Zumkeller, Feb 15 2010
STATUS
approved