login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A243534
Numbers n such that the list of all divisors of n contains only 1 distinct digit (in base 10).
15
1, 11, 1111111111111111111, 11111111111111111111111
OFFSET
1,2
COMMENTS
Union of 1 and A004022 (prime repunits).
The next term has 317 digits.
Numbers n such that A037278(n), A176558(n) and A243360(n) contain only 1 distinct digit.
FORMULA
a(1) = 1; for n >= 2, a(n+1) = A004022 (prime repunits).
EXAMPLE
11 is in sequence because the list of the divisors of 11: (1, 11) contains only 1 distinct digit.
PROG
(Excel) [Row n = 1 …10000; Column A: A(n) = A095048(n); Column B: B(n) = IF(A(n)=1; A(n)); Arrangement of column B]
CROSSREFS
Sequences of numbers n such that the list of divisors of n contains k distinct digits for 1 <= k <= 10: k = 1: A243534; k = 2: A243535; k = 3: A243536; k = 4: A243537; k = 5: A243538; k = 6: A243539; k = 7: A243540; k = 8: A243541; k = 9: A243542; k = 10: A095050.
Cf. A243543.
Sequence in context: A257166 A257167 A004022 * A257304 A241570 A083344
KEYWORD
nonn,base
AUTHOR
Jaroslav Krizek, Jun 13 2014
STATUS
approved