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.

A274568 Irregular triangle read by rows in which the n-th row (n>1) lists distinct "factors" of n for the sieve described in A262775.

Original entry on oeis.org

2, 0, 2, 3, 7, 2, 3, 2, 9, 2, 3, 13, 2, 7, 3, 2, 15, 2, 3, 19, 2, 9, 3, 7, 2, 21, 2, 3, 27, 2, 13, 3, 2, 7, 9, 2, 3, 33, 2, 15, 3, 2, 7, 2, 3, 37, 2, 9, 19, 3, 13, 2, 39, 2, 3, 7, 49, 2, 21, 3, 2, 9, 15, 2, 3, 7, 2, 3, 2, 13, 27, 51, 2, 3, 55, 2, 7, 9, 3, 19
Offset: 0

Views

Author

Max Barrentine, Jun 28 2016

Keywords

Comments

This sequence is analogous to the prime factors of n, but for the sifted set A262775. If n is equivalent to some term A262775(k) mod A262775(k+1), then row n will include the term A262775(k+1). Row 1 is zero.

Examples

			Row 2 is 2,3 because 2==0 mod 2 and A262775(0)=0, A262775(1)=2, and 2==2 mod 3 and A262775(1)=2, A262775(2)=3.
		

Crossrefs