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.

A355631 List of numbers k such that A355627(k) > 0.

Original entry on oeis.org

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

Views

Author

Markus Sigg, Jul 15 2022

Keywords

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.

Examples

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

Crossrefs

Programs