A229024 a(n) is the minimum distance to n! for the sum-of-digits of any factorial.
0, 0, 0, 3, 3, 9, 27, 18, 0, 0, 9, 9, 0
Offset: 1
Examples
The minimum distance to 4! is 3, given by the sum of digits for 9!, 10!, 12!, or 13!. The minimum distance to 5! is also 3, given by the sum of digits of 30!.
Links
- Hans Havermann, Determination of a(11)
- Hans Havermann, Determination of a(12)
- Hans Havermann, Determination of a(13)
Extensions
a(13) from Hans Havermann, Nov 04 2013
Comments