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.

A062509 a(n) = n^omega(n).

Original entry on oeis.org

1, 2, 3, 4, 5, 36, 7, 8, 9, 100, 11, 144, 13, 196, 225, 16, 17, 324, 19, 400, 441, 484, 23, 576, 25, 676, 27, 784, 29, 27000, 31, 32, 1089, 1156, 1225, 1296, 37, 1444, 1521, 1600, 41, 74088, 43, 1936, 2025, 2116, 47, 2304, 49, 2500, 2601, 2704, 53, 2916
Offset: 1

Views

Author

Labos Elemer, Jul 13 2001

Keywords

Comments

Not always equal to product of unitary divisors of n [compare with A061537]. This deviates from A061537 at 30, 42, 60, 66, etc.

Examples

			n=30: a(30) = 30^3 = 27000;
n=72: a(72) = 72^2 = 5184.
		

Crossrefs

Programs

Formula

a(n) = Sum_{d|n} tau(d^n)*mu(n/d). - Ridouane Oudra, Sep 17 2022