OFFSET
1,2
LINKS
Seiichi Manyama, Table of n, a(n) for n = 1..10000
PROG
(PARI) isok(k, j=5) = (j^k+k^j) % (k+j) == 0; \\ Michel Marcus, Oct 10 2013
(PARI) isok(k, j=5) = Mod(j, k+j)^k+Mod(k, k+j)^j == 0; \\ Michel Marcus, Aug 07 2021
CROSSREFS
KEYWORD
nonn
AUTHOR
Zak Seidov, Feb 22 2006
EXTENSIONS
More terms from Michel Marcus, Oct 10 2013
STATUS
approved