OFFSET
1,2
COMMENTS
Here when the leftmost digit of m is shifted to the right end the number of digits may not decrease - compare A097717.
Least n-transposable number. A k-transposable number, 1 <= k <= 9, is one which is k times the number obtained when the leftmost digit is moved to the end.
REFERENCES
H. Camous, Jouer Avec Les Maths, "Chassez le naturel", Section I, Problem 3 pp. 20; 31-2, Les Editions D'Organisation, Paris 1984.
L. A. Graham, Ingenious Mathematical Problems and Methods, "End At The Beginning", Problem 72 pp. 44; 212-3, Dover NY 1959.
FORMULA
a(n) = n prepended to n*(10^m - n)/(10*n - 1), where m = A094224(n) - 1.
EXAMPLE
a(4) = 410256 = 4*102564.
CROSSREFS
KEYWORD
nonn,base,fini,full
AUTHOR
Lekraj Beedassy, Jun 07 2004
EXTENSIONS
Edited by N. J. A. Sloane, Apr 13 2009
a(5) corrected by Emilio MartÃn, Jul 28 2022
STATUS
approved