login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A347410
Numbers with property that when divided by the sum of their digits the quotient and remainder are the same.
0
16, 39, 55, 96, 187
OFFSET
1,1
LINKS
Rene Morningstar, Quora blog post #1626147897, Aug 15 2021. Joe Zbiciak and several others gave a proof that the sequence is complete.
MATHEMATICA
Select[Range[200000], Differences[QuotientRemainder[#, Total[ IntegerDigits[ #]]]] == {0}&]
CROSSREFS
Sequence in context: A308311 A121375 A342976 * A253152 A305362 A197603
KEYWORD
nonn,fini,full,base
AUTHOR
Harvey P. Dale, Aug 30 2021
STATUS
approved