cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

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.

Original entry on oeis.org

1, 2, 3, 7, 45, 631, 399168, 97044480, 55794106368
Offset: 1

Views

Author

Rémy Sigrist, Apr 18 2021

Keywords

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.

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
		

Crossrefs

Programs

  • PARI
    See Links section.

Formula

Sum_{k = 1..n} 1/a(n) < 2.