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.

A337113 Triangle read by rows in which row n lists all prime factors of A337112(n) in increasing order.

Original entry on oeis.org

0, 2, 2, 0, 0, 0, 2, 3, 3, 5, 3, 3, 3, 5, 5, 2, 3, 3, 3, 3, 7, 2, 3, 3, 3, 3, 3, 13, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 5, 3, 3, 3, 3, 3, 3, 3, 3, 3, 13, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 17, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 43, 43
Offset: 1

Views

Author

Matej Veselovac, Aug 16 2020

Keywords

Comments

If A337112(n) = 0, then n 0's are listed instead.

Examples

			A337112(1)  = 0.
A337112(2)  = 2*2.
A337112(3)  = 0*0*0.
A337112(4)  = 2*3*3*5.
A337112(5)  = 3*3*3*5*5.
A337112(6)  = 2*3*3*3*3*7.
A337112(7)  = 2*3*3*3*3*3*13.
A337112(8)  = 2*3*3*3*3*3*3*3.
A337112(9)  = 3*3*3*3*3*3*3*3*5.
A337112(10) = 3*3*3*3*3*3*3*3*3*13.
A337112(11) = 3*3*3*3*3*3*3*3*3*3*17.
A337112(12) = 3*3*3*3*3*3*3*3*3*3*3*3.
A337112(13) = 3*3*3*3*3*3*3*3*3*3*3*43*43.
		

Crossrefs

Cf. A337112 (products of rows).
Cf. A056472 (all factorizations of n).