OFFSET
1,3
COMMENTS
Decimal 'base-8 looking' numbers divided by their actual base-8 value is an integer.
There are only 37 terms up to 30 million. - Harvey P. Dale, Sep 29 2012
LINKS
Giovanni Resta, Table of n, a(n) for n = 1..52 (first 37 terms from Harvey P. Dale)
EXAMPLE
7 in base 8 is 7, which interpreted in base 10 is 7=1*7.
MATHEMATICA
Join[{0}, Select[Range[300000], Divisible[FromDigits[ IntegerDigits[ #, 8]], #]&]] (* Harvey P. Dale, Sep 29 2012 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, Apr 15 1998
EXTENSIONS
Edited by N. J. A. Sloane, Jun 07 2008 at the suggestion of Sergio Pimentel
Name edited by Jon E. Schoenfield, Oct 25 2019
STATUS
approved