OFFSET
1,2
LINKS
Harry J. Smith, Table of n, a(n) for n = 1..1000
J. Tamura, A class of transcendental numbers having explicit 0-adic and Jacobi-Perron expansions of arbitrary dimension, Acta Arithmetica, LXXI.4 (1995), 301-329 (see Example p. 327).
MAPLE
Digits:=100:t:=evalf(1+sech(Pi/6)):A:=n->(t*n):seq(floor((t*n)), n=1..60); # Zerinvary Lajos, Mar 27 2009
MATHEMATICA
Table[Floor[n (Pi - 1)/(Pi - 2)], {n, 50}] (* Wesley Ivan Hurt, Jul 04 2014 *)
PROG
(PARI) { default(realprecision, 50); f=(Pi - 1)/(Pi - 2); for (n=1, 1000, write("b063460.txt", n, " ", floor(n*f)) ) } \\ Harry J. Smith, Aug 22 2009
(Maxima) makelist(floor(n*(%pi - 1)/(%pi - 2)), n, 1, 65); /* Martin Ettl, Oct 17 2012 */
CROSSREFS
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Jul 25 2001
EXTENSIONS
Incorrect comment removed by Georg Fischer, Sep 04 2020
STATUS
approved