cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A349030 Lucas-Carmichael numbers with 11 prime factors.

This page as a plain text file.
%I A349030 #14 Aug 28 2022 21:12:28
%S A349030 20576473996736735,42380075646230399,75943207554554879,
%T A349030 83668951228080959,96195222056687039,116436396482735615,
%U A349030 132525862783734959,134052021887096159,162544912900261199,175900784368936319,186326804496197519,190523141606006495,196467189590024639
%N A349030 Lucas-Carmichael numbers with 11 prime factors.
%H A349030 Daniel Suteu, <a href="/A349030/b349030.txt">Table of n, a(n) for n = 1..2124</a> (all terms < 2^64).
%e A349030 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.
%o A349030 (PARI) is(n)={omega(n)==11&&is_A006972(n)}
%Y A349030 Intersection of A006972 and A069272.
%Y A349030 Cf. A216928 (least Lucas-Carmichael number with n prime factors).
%Y A349030 Cf. A216925, A216926, A216927, A217002, A217003, A217091, A349028, A349029 (Lucas-Carmichael numbers with 3-10 prime factors).
%K A349030 nonn
%O A349030 1,1
%A A349030 _Tim Johannes Ohrtmann_, Nov 06 2021