[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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.
6
0, 2, 7, 25, 96, 364, 1344, 4921
OFFSET
1,2
EXAMPLE
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.
PROG
(PARI) See A355626.
CROSSREFS
KEYWORD
hard,more,nonn
AUTHOR
Markus Sigg, Jul 15 2022
STATUS
approved