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.

A196225 Smallest number k such that sigma(tau(k)) = n, or 0 if there is no such k.

Original entry on oeis.org

1, 0, 2, 4, 0, 16, 6, 64, 0, 0, 0, 12, 36, 4096, 24, 0, 0, 48, 0, 262144, 0, 0, 0, 144, 0, 0, 0, 60, 0, 268435456, 120, 576, 0, 0, 0, 3072, 0, 68719476736, 180, 900, 0, 240, 0, 4398046511104, 0, 0, 0, 5184, 0, 0, 0, 0, 0, 196608, 0, 960, 46656, 0, 0, 360, 0, 1152921504606846976
Offset: 1

Views

Author

Jaroslav Krizek, Jan 02 2013

Keywords

Comments

Smallest number k such that A062069(k) = A000203(A000005(k)) = n, or 0 if there is no such k.

Examples

			a(6) = 16 because number 16 is the smallest number k such that sigma(tau(k)) = 6; (tau(16) = 5, sigma(5) = 6).
		

Crossrefs

Cf. A062069 (sigma(tau(n))), A000203(sigma(n)), A000005(tau(n)), A005179, A051444.

Programs

Formula

a(n) = 0 iff A051444(n) = 0.

Extensions

a(24) and a(48) corrected by Amiram Eldar, Jan 21 2025