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.

A383932 Integers k such that there exists an integer 0

Original entry on oeis.org

84, 102, 160, 186, 276, 284, 330, 582, 624, 762, 868, 1164, 1210, 1372, 1404, 1446, 1488, 1540, 1988, 2156, 2640, 2716, 2898, 2924, 3556, 3708, 3882, 4074, 4228, 4536, 5382, 5564, 5610, 5802, 6018, 6282, 6368, 6392, 6486, 6612, 6748, 7140, 7452, 7494, 7960, 8358, 8432, 9222, 9834
Offset: 1

Views

Author

S. I. Dimitrov, May 15 2025

Keywords

Comments

The numbers m and k form a GM-amicable pair. See Dimitrov link.

Examples

			For k=2 we have (28, 84), (42, 102), (60, 276), (92, 160).
		

Crossrefs

Programs

  • PARI
    isok(k) = for (m=1, k-1, if (sigma(m)*sigma(k) == (m+k)^2, return(m))); \\ Michel Marcus, May 15 2025

Extensions

More terms from Michel Marcus, May 15 2025