login
A030984
2-automorphic numbers: final digits of 2*n^2 agree with n.
1
8, 88, 688, 4688, 54688, 554688, 3554688, 93554688, 893554688, 893554688, 40893554688, 40893554688, 40893554688, 70040893554688, 870040893554688, 1870040893554688, 71870040893554688, 871870040893554688
OFFSET
1,1
COMMENTS
a(n) is the unique positive integer less than 10^n such that a(n) is divisible by 2^n and 2*a(n) - 1 is divisible by 5^n. - Eric M. Schmidt, Aug 18 2012
PROG
(Sage) [crt(0, (5^n + 1)/2, 2^n, 5^n) for n in range(1, 1001)] # Eric M. Schmidt, Aug 18 2012
CROSSREFS
Sequence in context: A299749 A300263 A367278 * A109021 A271939 A043043
KEYWORD
nonn,base
STATUS
approved