OFFSET
1,2
COMMENTS
The original name was "Smallest integer m > n, such that there exists nonzero solutions to a cross-domain congruence n*i = m X i, n if no such integer exists.", but that might not be well defined when the range of i has not been constrained. See A391571, A391573 and arrays A391925, A391926 for variants of this same theme. - Antti Karttunen, Dec 15 2025
In above * stands for ordinary multiplication and X means carryless binary (GF(2)[X]) multiplication (A048720).
LINKS
FORMULA
For all n >= 1, a(2*n) = 2*a(n).
EXAMPLE
For n = 19, a(19) = 23 and A391567(19) = 3, and we have A048720(3,23) = 57 = 19*3. - Antti Karttunen, Dec 16 2025
PROG
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Antti Karttunen, Feb 07 2006
EXTENSIONS
Definition revised and more terms added by Antti Karttunen, Dec 16 2025
STATUS
approved
