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.

Previous Showing 11-11 of 11 results.

A378844 Number of subsets of {1..n} whose arithmetic and harmonic means are both integers.

Original entry on oeis.org

1, 2, 3, 4, 5, 8, 9, 10, 11, 13, 14, 18, 19, 21, 27, 28, 29, 48, 49, 71, 75, 78, 79, 103, 104, 105, 106, 203, 204, 325, 326, 327, 530, 533, 795, 1198, 1199, 1204
Offset: 1

Views

Author

Ilya Gutkovskiy, Dec 09 2024

Keywords

Examples

			a(6) = 8 subsets: {1}, {2}, {3}, {4}, {5}, {6}, {2, 6} and {1, 2, 3, 6}.
		

Crossrefs

Programs

Formula

a(p^k) = a(p^k-1)+1 for p prime (see A339453). - Chai Wah Wu, Dec 12 2024

Extensions

a(25)-a(29) from Amiram Eldar, Dec 10 2024
a(30)-a(33) from Chai Wah Wu, Dec 12 2024
a(34)-a(38) from Chai Wah Wu, Dec 13 2024
Previous Showing 11-11 of 11 results.