login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A201948
Automorphic numbers: n^2 ends with n in base 18 (written in base 10).
6
0, 1, 9, 10, 81, 244, 729, 5104, 6561, 98416, 413344, 1476225, 9034497, 24977728, 263063296, 349156737, 2711943424, 8308017153, 96467701761, 101891588608, 1286623443969, 2283843782656, 30847581595648, 33420828483585, 352189631991808, 804641749434369
OFFSET
1,3
LINKS
EXAMPLE
a(3) = 9 = (9)_18 since 9^2 = 81 = (49)_18 ends with 9 in base 18.
a(4) = 10 = (A)_18 since 10^2 = 100 = (5A)_18 ends with A in base 18.
a(5) = 81 = (49)_18 since 81^2 = 6561 = (1249)_18 ends with 49 in base 18.
PROG
(Sage) # See A003226. - Eric M. Schmidt, Feb 09 2014
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Martin Renner, Dec 06 2011
EXTENSIONS
More terms from Eric M. Schmidt, Feb 09 2014
STATUS
approved