OFFSET
1,2
COMMENTS
Original name: Base 24 value of decimal denominator divided by this decimal value (n) is an integer.
EXAMPLE
385 is a term: 385_24 = 1925 = 385*5. - Jon E. Schoenfield, Oct 25 2019
MATHEMATICA
Select[Range[131*10^5], Divisible[FromDigits[IntegerDigits[#], 24], #]&] (* Harvey P. Dale, Sep 19 2022 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, Apr 15 1998
EXTENSIONS
More terms from Larry Reeves (larryr(AT)acm.org), Oct 02 2000
Offset changed and Name edited by Jon E. Schoenfield, Oct 25 2019
STATUS
approved