A349030 Lucas-Carmichael numbers with 11 prime factors.
Keywords
Examples
20576473996736735 = 5*7*11*17*23*31*47*53*71*107*233 and 6, 8, 12, 18, 24, 32, 48, 54, 72, 108, and 234 all divide 20576473996736736.
Links
- Daniel Suteu, Table of n, a(n) for n = 1..2124 (all terms < 2^64).
Crossrefs
Programs
-
PARI
is(n)={omega(n)==11&&is_A006972(n)}
Comments