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.

Showing 1-1 of 1 results.

A143268 a(n) = phi(n)*T(n), where phi(n) is Euler's totient function (A000010) and T(n) = n*(n+1)/2 is the n-th triangular number (A000217).

Original entry on oeis.org

1, 3, 12, 20, 60, 42, 168, 144, 270, 220, 660, 312, 1092, 630, 960, 1088, 2448, 1026, 3420, 1680, 2772, 2530, 6072, 2400, 6500, 4212, 6804, 4872, 12180, 3720, 14880, 8448, 11220, 9520, 15120, 7992, 25308, 13338, 18720, 13120, 34440, 10836, 39732
Offset: 1

Views

Author

Gary W. Adamson, Aug 03 2008

Keywords

Examples

			a(4) = 20 = phi(4) * T(4) = 2 * 10.
a(4) = 20 = sum of row 4 terms of triangle A143267: (2 + 4 + 6 + 8).
		

Crossrefs

Programs

Formula

a(n) = sum of n-th row of triangle A143267.
a(n) = n*(n+1)*phi(n)/2. - Emeric Deutsch, Aug 23 2008
Sum_{k=1..n} a(k) ~ c * n^4, where c = 3/(4*Pi^2) = A323669 / 10 = 0.0759908... . - Amiram Eldar, Nov 27 2024

Extensions

Extended by Emeric Deutsch, Aug 16 2008
Showing 1-1 of 1 results.