OFFSET
1,1
COMMENTS
An integer n > 1 is a term if and only if 3 is the smallest prime divisor of n, and its largest proper divisor L = n/3 can be represented as the sum of some subset of its other nontrivial divisors. A 'nontrivial divisor' d of n is any divisor that is 1 < d < n. Let D_{3}(n) = {1 < d < L : d | n}. Then n is a term if there exists a subset S of D_{3}(n) such that L = Sum(S). Written in this form, n is recognizable as a p-composable number with p = 3, where the case for general p is defined in A392440.
LINKS
Peter Luschny, Composable, rigid, and sparse numbers. A Python notebook.
PROG
CROSSREFS
KEYWORD
nonn
AUTHOR
Peter Luschny, Jan 14 2026
EXTENSIONS
Name edited by Peter Munn, Feb 05 2026
STATUS
approved