62315domain: NAppears in sequencesNumbers n such that d_1^n + d_2^n + ... + d_k^n is prime where d_i represents the i-th digit in the decimal representation of n.at n=22A239236a(n) = Sum_{k=1..n} binomial(n, k) (mod 2^k).at n=20A386660