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.

A379452 Number of compositions (ordered partitions) of 1 into n distinct reciprocals of positive integers.

Original entry on oeis.org

1, 0, 6, 144, 8640, 1670400, 1238655600, 6095673521280
Offset: 1

Views

Author

Ilya Gutkovskiy, Dec 23 2024

Keywords

Examples

			a(3) = 6 because we have 1 = 1/2 + 1/3 + 1/6
                           = 1/2 + 1/6 + 1/3
                           = 1/3 + 1/2 + 1/6
                           = 1/3 + 1/6 + 1/2
                           = 1/6 + 1/2 + 1/3
                           = 1/6 + 1/3 + 1/2.
		

Crossrefs

Formula

a(n) = n! * A006585(n).