login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A054526
Triangle T(n,k): T(n,k) = phi(k) (n >= 1, 1 <= k <= n).
0
1, 1, 1, 1, 1, 2, 1, 1, 2, 2, 1, 1, 2, 2, 4, 1, 1, 2, 2, 4, 2, 1, 1, 2, 2, 4, 2, 6, 1, 1, 2, 2, 4, 2, 6, 4, 1, 1, 2, 2, 4, 2, 6, 4, 6, 1, 1, 2, 2, 4, 2, 6, 4, 6, 4, 1, 1, 2, 2, 4, 2, 6, 4, 6, 4, 10, 1, 1, 2, 2, 4, 2, 6, 4, 6, 4, 10, 4, 1, 1, 2, 2, 4, 2, 6, 4, 6, 4, 10, 4, 12
OFFSET
1,6
MAPLE
seq(seq(phi(k), k=1..n), n=0..13); # Zerinvary Lajos, Oct 07 2007
CROSSREFS
Cf. A054521.
Sequence in context: A206498 A184848 A184720 * A113453 A245851 A230596
KEYWORD
nonn,tabl
AUTHOR
N. J. A. Sloane, Apr 09 2000
STATUS
approved