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.

A338442 Carmichael numbers with 10 prime factors.

Original entry on oeis.org

1436697831295441, 1493812621027441, 2094319836529921, 2349991949342401, 2842648863161185, 2859959706040801, 3455134500424321, 3871703982953521, 4177950872896801, 4289150794129201, 4937378437571041, 5071419883911745, 5778659093725441, 6665161459969441, 6682056104892961
Offset: 1

Views

Author

Tim Johannes Ohrtmann, Oct 28 2020

Keywords

Examples

			1436697831295441 = 11*13*19*29*31*37*41*43*71*127 and 10, 12, 18, 28, 30, 36, 40, 42, 70, 126 all divide 1436697831295440.
		

Crossrefs

Cf. A002997 (Carmichael numbers).
Cf. A006931 (Least Carmichael number with n prime factors).
Cf. A299710 (Number of terms less than 10^n).
Cf. A087788, A074379, A112428, A112429, A112430, A112431, A112432, A338443 (Carmichael numbers with 3-9 and 11 prime factors).

Programs

  • PARI
    is(n)={omega(n)==10&&is_A002997(n)}

Formula

Equals A002997 intersect A046314.