A349030 Lucas-Carmichael numbers with 11 prime factors.
20576473996736735, 42380075646230399, 75943207554554879, 83668951228080959, 96195222056687039, 116436396482735615, 132525862783734959, 134052021887096159, 162544912900261199, 175900784368936319, 186326804496197519, 190523141606006495, 196467189590024639
Offset: 1
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)}