OFFSET
1,1
LINKS
EXAMPLE
122 is included, as its primorial base expansion, A049345(122) = 4010, has 1 as the least significant (rightmost) nonzero digit, and also contains a digit larger than 1 (in this case 4) somewhere left of that rightmost 1.
PROG
(PARI) is_A392611(n) = { my(p=2, e=0); while(n, if(n%p, e++; if(n%p > 1, return(e>1))); n \= p; p = nextprime(1+p)); (0); };
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
Antti Karttunen, Jan 23 2026
STATUS
approved
