OFFSET
1,2
LINKS
Harry J. Smith, Table of n, a(n) for n = 1..2000
MATHEMATICA
Table[Floor[n*(2^Sqrt[2])/(2^Sqrt[2] - 1)], {n, 1, 70} ]
PROG
(PARI) { default(realprecision, 100); b=2^sqrt(2); b=b/(b - 1); for (n = 1, 2000, write("b064724.txt", n, " ", floor(n*b)) ) } \\ Harry J. Smith, Sep 23 2009
(Magma) [Floor(n*2^Sqrt(2)/(2^Sqrt(2) - 1)): n in [1..100]]; // G. C. Greubel, Sep 09 2018
CROSSREFS
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Oct 16 2001
STATUS
approved