A158877 Definition of a(n): in base-n arithmetic a(n) is the smallest positive integer that is doubled when its least significant digit is moved to become the most significant digit.
1012, 102, 13, 1031345242, 103524563142, 25, 10467842, 105263157894736842, 37, 10631694842
Offset: 3
Examples
For n = 5, the smallest positive integer whose base-5 representation doubles when the rightmost digit is moved to become the leftmost digit is 8 = 13_5; 31_5 = 16. For n = 8, the smallest positive integer whose base-8 representation doubles when the rightmost digit is moved to become the leftmost digit is 21 = 25_8; 52_8 = 42. - _Robert Tanniru_, Aug 09 2022 For n = 13, the number can't be represented in this list as it would be 27A5 in base 13.
Crossrefs
Extensions
a(5) corrected by William A. Hoffman III (whoff(AT)robill.com), Apr 19 2009
a(8) corrected by Robert Tanniru, Aug 09 2022
a(11)-a(12) from Robert Tanniru, Aug 11 2022, using A087502
Comments