OFFSET
0,2
MATHEMATICA
Round/@((Power[22, (5)^-1])^Range[0, 30]) (* Harvey P. Dale, Jan 31 2011 *)
PROG
(Python)
from sympy import integer_nthroot
def A018178(n): return -integer_nthroot(m:=11**n<<n, 5)[0]+integer_nthroot(m<<5, 5)[0] # Chai Wah Wu, Jun 20 2024
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved