OFFSET
1,1
COMMENTS
The number of Brazilian representations of an oblong number m with repdigits of length = 2 is beta'(n) = tau(n)/2 - 2.
This sequence is the second subsequence of A326379: oblong numbers that have only one Brazilian representation with three digits or more.
Prime 2 is oblong and satisfies also beta(2) = tau(2)/2 - 1 = 0 but non-Brazilian primes are in A220627.
EXAMPLE
There are two types of such numbers:
1) m is repunit with 3 digits or more in only one base:
156 = 12 * 13 = 1111_5 = 66_25 = 44_38 = 33_51 = 22_77 with tau(156) = 12 and beta(156) = 5.
2) m is repdigit with 3 digits or more and digit >= 2 in only one base:
tau(m) = 8 and beta(m) = 3: 42 = 6*7 = 222_4 = 33_13 = 22_20,
tau(m) = 12 and beta(m)= 5: 342 = 18*19 = 666_7 = 99_37 = 66_56 = 33_113 = 22_170,
tau(m) = 16 and beta(m)= 7: 1640 = 40*41 = 2222_9 = (20,20)_81 = (10,10)_2 = 88_204 = 55_327 = 44_409 = 22_819.
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Bernard Schott, Jul 10 2019
STATUS
approved