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.

Showing 1-3 of 3 results.

A343074 Number of partitions of 1/n into n distinct reciprocals of positive integers.

Original entry on oeis.org

1, 1, 15, 586, 112535, 131223239
Offset: 1

Views

Author

Ilya Gutkovskiy, Apr 04 2021

Keywords

Examples

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

Crossrefs

Extensions

a(5) from Bert Dobbelaere, Apr 05 2021
a(6) from Jud McCranie, Sep 03 2021

A369470 a(n) = number of integer solutions to 1 <= x1 <= x2 <= ... <= xn to 1/x1 + ... + 1/xn = (1 - 1/x1) * ... * (1 - 1/xn).

Original entry on oeis.org

1, 1, 2, 35, 455, 13624, 1176579
Offset: 1

Views

Author

Max Alekseyev, Jan 23 2024

Keywords

Comments

For any n, a(n) >= A369469(n) >= 1 (see A369607).

Crossrefs

A343214 Number of compositions (ordered partitions) of 1/n into n reciprocals of positive integers.

Original entry on oeis.org

1, 3, 106, 15259, 13879541, 95073863568
Offset: 1

Views

Author

Ilya Gutkovskiy, Apr 08 2021

Keywords

Examples

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

Crossrefs

Extensions

a(5)-a(6) from Max Alekseyev, Jan 24 2024
Showing 1-3 of 3 results.