A238194 Conjectured numbers n for which n^n + (-1)^n (n-1)^(n-1) is not squarefree.
130, 257, 487, 528, 815, 897, 1176, 1225, 1320, 1373, 1430, 2029, 2050, 2084, 2198, 2247, 2526, 2608, 2895, 2936, 2958, 3166, 3679, 3849, 3909, 3950, 4237, 4319, 4598, 4647, 4723, 4795, 5472, 5487, 5620, 5669, 5948, 6030, 6317, 6358, 6588, 6677, 6936, 7101
Offset: 1
Links
- David W. Boyd, Greg Martin, and Mark Thom, Squarefree values of trinomial discriminants, arXiv 1402.5148 [math.NT], 2014.
- Chandrashekhar Khare, Alfio Fabio La Rosa, and Gabor Wiese, Splitting fields of X^n - X - 1 (particularly for n = 5), prime decomposition and modular forms, Univ. du Luxembourg (2022).
- Giovanni Resta, Terms < 200000 and corresponding square divisors
Crossrefs
Cf. A086797 (n^n + (-1)^n (n-1)^(n-1) with signs).
Programs
-
PARI
is(n)=!issquarefree(n^n + (-1)^n*(n-1)^(n-1)) \\ Charles R Greathouse IV, Feb 25 2014
Extensions
a(7)-a(44) from Giovanni Resta, Feb 24 2014
Comments