A343522 Lexicographically least strictly increasing sequence such that, for any n > 0, Sum_{k = 1..n} 1/a(k) can be computed without carries in factorial base.
1, 2, 3, 7, 45, 631, 399168, 97044480, 55794106368
Offset: 1
Examples
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
Links
Programs
-
PARI
See Links section.
Formula
Sum_{k = 1..n} 1/a(n) < 2.
Comments