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”).

A355631
List of numbers k such that A355627(k) > 0.
6
10, 11, 28, 29, 31, 32, 34, 35, 37, 82, 83, 85, 86, 88, 89, 91, 92, 94, 95, 97, 98, 100, 101, 103, 104, 106, 110, 112, 113, 115, 116, 118, 119, 121, 244, 245, 247, 248, 250, 251, 253, 254, 256, 257, 259, 260, 262, 263, 265, 266, 268, 269, 271, 272, 274, 275, 277, 278, 280
OFFSET
1,1
COMMENTS
A positive integer p is in this list iff it can be written as p = Product_{i = 1..k} (3 + 1/t_i) with a positive integer k and integers t_i >= 2.
The sequence does not contain multiples of 3, see comments in A355627.
EXAMPLE
10 = (3 + 1/4) * (3 + 1/13). 100 = (3 + 1/2) * (3 + 1/7) * (3 + 1/34) * (3 + 1/1133). 280 = (3 + 1/4) * (3 + 1/7) * (3 + 1/22) * (3 + 1/2614) * (3 + 1/6831253).
PROG
(PARI) See A355626.
CROSSREFS
KEYWORD
nonn
AUTHOR
Markus Sigg, Jul 15 2022
STATUS
approved