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.

A143417 Irregular triangle in which row n gives the k such that the reduced totient function psi(k) = A002174(n).

Original entry on oeis.org

1, 2, 3, 4, 6, 8, 12, 24, 5, 10, 15, 16, 20, 30, 40, 48, 60, 80, 120, 240, 7, 9, 14, 18, 21, 28, 36, 42, 56, 63, 72, 84, 126, 168, 252, 504, 32, 96, 160, 480, 11, 22, 33, 44, 66, 88, 132, 264, 13, 26, 35, 39, 45, 52, 65, 70, 78, 90, 91, 104, 105, 112, 117, 130, 140, 144, 156
Offset: 1

Views

Author

T. D. Noe, Aug 13 2008

Keywords

Comments

Row n consists of the divisors of A143407(n) that are not divisors of A143407(r) for rA143408(n).

Examples

			1,2; 3,4,6,8,12,24; 5,10,15,16,20,30,40,48,60,80,120,240
		

Crossrefs

Cf. A002322 (reduced totient function).