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.

A374464 Numbers k such that the odd parts of k and sigma(A003961(k)) are equal, where A003961 is fully multiplicative function with a(prime(i)) = prime(i+1), and sigma is the sum of divisors function.

Original entry on oeis.org

1, 2, 3, 6, 40, 120, 351, 702, 1000, 3000, 14040, 351000
Offset: 1

Views

Author

Antti Karttunen, Jul 11 2024

Keywords

Comments

If x and y are included, and they are coprime (gcd(x,y) = 1), then x*y is also included.
A003961 applied to this sequence gives the odd terms of A374463, which after 1 is a subsequence of A347391.
Conjecture: the sequence is finite.

Examples

			351 = 3^3 * 13 is included as sigma(A003961(351)) = sigma(2125) = 2808, with A000265(2808) = A000265(351) = 351.
		

Crossrefs

After the initial 1, a subsequence of A348738. Cf. also A326042.

Programs

Formula

{k | A000265(k) = A000265(sigma(A003961(k)))}.