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.

A076627 a(n) = tau(n)*(n-tau(n)), where tau(n) = number of divisors of n (A000005).

Original entry on oeis.org

0, 0, 2, 3, 6, 8, 10, 16, 18, 24, 18, 36, 22, 40, 44, 55, 30, 72, 34, 84, 68, 72, 42, 128, 66, 88, 92, 132, 54, 176, 58, 156, 116, 120, 124, 243, 70, 136, 140, 256, 78, 272, 82, 228, 234, 168, 90, 380, 138, 264, 188, 276, 102, 368, 204, 384, 212, 216, 114
Offset: 1

Views

Author

Reinhard Zumkeller, May 27 2003

Keywords

Examples

			a(20) = tau(20)*(20-tau(20)) = 6*(20-6) = 84.
		

Crossrefs

Programs

Formula

a(n) = A000005(n) * A049820(n). [Reinhard Zumkeller, Feb 06 2012]

Extensions

Wrong offset fixed by Reinhard Zumkeller, Feb 06 2012