OFFSET
1,3
LINKS
Ivan Panchenko, Table of n, a(n) for n = 1..1000
MATHEMATICA
RealDigits[Surd[9, 19], 10, 120][[1]] (* Harvey P. Dale, Aug 05 2024 *)
PROG
(Python)
from sympy import integer_nthroot
def A011273(n): return integer_nthroot(9*10**(19*(n-1)), 19)[0] % 10 # Chai Wah Wu, Mar 07 2022
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
EXTENSIONS
Last digit corrected by Ivan Panchenko, Sep 04 2014
STATUS
approved