OFFSET
1,3
FORMULA
Equals A201919(n)^2.
EXAMPLE
2401 = c37_14 and sqrt(c37_14) = 37_14. Hence 2401 is in the sequence.
PROG
(Sage) [(n * n) for n in (0..1000000) if (n * n).str(base = 14).endswith(n.str(base = 14))]
CROSSREFS
KEYWORD
nonn,base,more
AUTHOR
Jeremias M. Gomes, May 17 2019
STATUS
approved