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.

A355628 a(n) is the number of positive integers p that can be written as p = Product_{i = 1..n} (3 + 1/t_i) with integers t_i >= 2.

Original entry on oeis.org

0, 2, 7, 25, 96, 364, 1344, 4921
Offset: 1

Views

Author

Markus Sigg, Jul 15 2022

Keywords

Examples

			a(1) = 0 because (3 + 1/t_1) is not integer for t_1 >= 2.
a(2) = 2 because 10 = (3 + 1/4) * (3 + 1/13) and 11 = (3 + 1/2) * (3 + 1/7) and no other positive integer p can be written as p = (3 + 1/t_1) * (3 + 1/t_2) with integers t_1, t_2 >= 2, cf. A355626.
		

Crossrefs

Programs