OFFSET
1,1
COMMENTS
For powers of 2 less than 2^1000, representations in base 3 are the only nontrivial examples where these kinds of pairs can be found. In other bases, for any integer n > 1, 2^(n+2) has the same frequency of digits as 2^(2n), represented in base (2^n)+1 (e.g., 2^3 and 2^4 in base 5, 2^4 and 2^6 in base 9, 2^5 and 2^8 in base 17, etc.).
LINKS
J. Frech, Extending A056154, 2019.
EXAMPLE
First term: 2^5 = 1012 and 2^6 = 2101 -> number of occurrences of 0, 1 and 2 are {1 2 1}; second term: 2^27 = 100100112222002222 and 2^28 = 200201002221012221 -> {6 4 8}.
CROSSREFS
KEYWORD
hard,more,nonn,base
AUTHOR
Russell Harper (rharper(AT)intouchsurvey.com), Jul 30 2000
EXTENSIONS
More terms from Bruce G. Stewart (bstewart(AT)bix.com), Aug 28 2000 and Sep 15 2000
a(13) from Jonathan Frech, Oct 31 2019
STATUS
approved