OFFSET
1,2
COMMENTS
This sequence is infinite as factorial base expansions of rational numbers are terminating.
In decimal base, we would end after four terms: 1, 2, 3, 6.
LINKS
FORMULA
Sum_{k = 1..n} 1/a(n) < 2.
EXAMPLE
The first terms, alongside the factorial base expansion of 1/a(n), are:
n a(n) fact(1/a(n))
- ---- ------------------
1 1 1
2 2 0.1
3 3 0.0 2
4 7 0.0 0 3 2 0 6
5 45 0.0 0 0 2 4
PROG
(PARI) See Links section.
CROSSREFS
KEYWORD
nonn,base,more,hard
AUTHOR
Rémy Sigrist, Apr 18 2021
STATUS
approved