A213812 a(n) = smallest m for which the n-th Carmichael number A002997(n) can be written as p^2*(m+1) - p*m.
1, 3, 4, 2, 2, 3, 1, 1, 2, 7, 24, 4, 4, 7, 47, 80, 9, 1, 23, 2, 46, 15, 24, 21, 24, 1, 1, 76, 8, 21, 16, 14, 6, 2, 150, 16, 8, 16, 3, 156, 36, 232, 2, 13, 10, 788, 40, 25, 2, 4, 123, 12, 44, 16, 8, 207, 226, 462, 92, 6
Offset: 1
Keywords
Links
- Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
- Eric Weisstein's World of Mathematics, Carmichael Number
Crossrefs
Cf. A002997.
Programs
-
PARI
Car=[561, 1105, 1729, 2465, 2821, 6601, 8911, 10585, 15841, 29341, 41041, 46657, 52633, 62745, 63973, 75361, 101101, 115921, 126217]; \\ use more terms of A002997 as desired apply(C->my(f=factor(C)[,1],p=f[#f],p2=p^2); (C-p2)/(p2-p), Car) \\ Charles R Greathouse IV, Jul 05 2017
Comments