40022
domain: N
Appears in sequences
- Number of nonempty subsets of {1,2,...,n} in which exactly 1/4 of the elements are <= (n-4)/2.at n=19A048063
- Numbers n such that z(n) and z(n+1) are both prime, where z(n) = a^d + b^d + c^d + ..., where a*b*c* ... is the prime factorization of n and d is the largest digit of n.at n=25A109280
- a(n) = a(n-1) - 4*a(n-2), a(0)=1, a(1)=2.at n=15A133631
- Hypercomma numbers: n occurs in the sequence S[k+1]=S[k]+10*last_digit(S[k-1])+first_digit(S[k]) for each "legal" splitting n=concat(S[0],S[1]).at n=46A166508