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.

A355516 a(n) is the number of distinct integer values of Product_{k=1..n} (2 + 1/t_k) with integers t_k > 1.

Original entry on oeis.org

1, 2, 5, 11, 29, 70, 164, 392, 933
Offset: 2

Views

Author

Hugo Pfoertner and Markus Sigg, Jul 16 2022

Keywords

Examples

			a(2) = 1: The only representable integer is 5 = (2 + 1/3) * (2 + 1/7).
a(3) = 2: 9 and 11 can be represented; 9 = (2 + 1/9) * (2 + 1/13) * (2 + 1/19) and 10 other ways; 11 = (2 + 1/3)*(2 + 1/5)*(2 + 1/7) = (2 + 1/3)^2 * (2 + 1/49).
		

Crossrefs

A355626 provides more information.
A355628 same problem with factors (3 + 1/t_k).
Cf. A355243.

Programs