# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/
Search: id:a277389
Showing 1-1 of 1
%I A277389 #45 Apr 21 2024 09:59:36
%S A277389 1,2,1729,19683001,367804801,631071001,2064236401,2320690177,
%T A277389 24899816449,40017045601,110592000001,137299665601,432081216001,
%U A277389 479534887801,760355883001,1111195454401,3176523000001,3495866888449,3837165696001,8571867768001,14373832968001
%N A277389 Numbers k such that lambda(k)^3 divides (k-1)^2, where lambda(k) = A002322(k).
%C A277389 Carmichael numbers are composite numbers n such that k = 1 (mod lambda(k)); equivalently, lambda(k)^2 divides (k-1)^2. As a result, all composite terms of the sequence are Carmichael numbers A002997. But there are no primes in this sequence except for 2 (since lambda(p) = p-1 and (p-1)^3 > (p-1)^2 for p > 2) and so all terms in this sequence other than 1 and 2 are Carmichael numbers. - _Charles R Greathouse IV_, Oct 15 2016
%C A277389 Is this sequence infinite?
%H A277389 Amiram Eldar, Table of n, a(n) for n = 1..1469 (terms below 10^22, calculated using data from Claude Goutier; terms 1..58 from Robert Israel, terms 59..101 from Charles R Greathouse IV)
%H A277389 Claude Goutier, Compressed text file carm10e22.gz containing all the Carmichael numbers up to 10^22.
%o A277389 (PARI) isok(n) = ((n-1)^2 % (lcm(znstar(n)[2])^3)) == 0; \\ _Michel Marcus_, Oct 12 2016
%Y A277389 Cf. A002322, A002997, A265628.
%K A277389 nonn
%O A277389 1,2
%A A277389 _Thomas Ordowski_, Oct 12 2016
%E A277389 a(4) from _Michel Marcus_, Oct 12 2016
%E A277389 a(5)-a(6) from _Michel Marcus_, Oct 13 2016
%E A277389 More terms from _Robert Israel_, Oct 13 2016
# Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE