login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A081703
Largest proper divisor of the n-th Carmichael number (A002997).
1
187, 221, 247, 493, 403, 943, 1273, 2117, 2263, 2257, 5863, 3589, 7519, 20915, 9139, 6851, 14443, 8917, 18031, 9553, 24583, 26923, 6161, 55709, 7957, 24217, 17587, 26197, 12871, 10001, 89813, 13213, 16531, 40837, 42517, 218867, 59891, 95719
OFFSET
1,1
LINKS
FORMULA
a(n) = A032742(A002997(n)) - David Wasserman, Jun 18 2004
a(n) = A002997(n)/A141710(n). - Robert Israel, Apr 13 2017
EXAMPLE
The first Carmichael number is 3*11*17, so a(1) = 11*17.
MAPLE
seq(A002997[n]/min(numtheory:-factorset(A002997[n])), n=1..100); # Robert Israel, Apr 13 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
Lekraj Beedassy, Apr 02 2003
EXTENSIONS
More terms from David Wasserman, Jun 18 2004
STATUS
approved