OFFSET
1,2
FORMULA
a(n) = floor(sqrt((10^(2*n-1)-1)/9)).
a(n) = A096483(2*n-1). - Jason Yuen, Aug 29 2024
EXAMPLE
a(4) = floor(sqrt(1111111)) = 1054. 1111111 is the 7th decimal repunit.
CROSSREFS
KEYWORD
base,nonn,easy
AUTHOR
Labos Elemer, Jun 24 2004
STATUS
approved