A341858 Numbers k such that psi(k^2) = k, psi = A002322; indices of 1 in A341857.
1, 2, 4, 6, 12, 20, 42, 60, 84, 156, 220, 420, 660, 780, 1092, 1806, 1860, 2436, 3612, 3660, 4620, 5060, 5460, 8268, 8580, 12180, 12324, 13020, 15180, 18060, 20460, 24180, 24492, 25620, 29820, 31668, 40260, 41340, 44220, 46956, 47580, 57876, 60060, 61620, 86268, 88620
Offset: 1
Keywords
Examples
1092 = 4 * 3 * 7 * 13 is a term since 3-1 | 4, 7-1 | 4*3 and 13-1 | 4*3*7. Indeed, we have psi(1092^2) = 1092. 5060 = 4 * 5 * 11 * 23 is a term since 5-1 | 4, 11-1 | 4*5 and 23-1 | 4*5*11.
Links
- Amiram Eldar, Table of n, a(n) for n = 1..6034 (terms below 10^11; terms 1..249 from Jianing Song)
- Jianing Song, Factorization of terms <= 15*10^6 other than 1, 2, 6, 42, 1806
Crossrefs
Programs
-
Mathematica
Select[Range[10^5], CarmichaelLambda[#^2] == # &] (* Paolo Xausa, Mar 11 2024 *)
-
PARI
isA341858(n) = (A002322(n^2)==n) \\ See A002322 for its program
Comments