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.
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
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.
Links
- Max Barrentine, Rows n = 0..10000, flattened
- Max Barrentine, Rows n = 0..10000.
Comments