OFFSET
1,1
COMMENTS
a(1) found by Jack Brennen on Jul 13 2001; remaining terms computed by Jack Brennen, Nov 15 2001.
The number must end with 1, 3, 7, or 9 in each base from 2 to 10; thus must be congruent to: 1 (mod 2), 1 (mod 3), 1 or 3 (mod 4), 1 or 3 (mod 5), 1 (mod 6), 1 or 3 (mod 7), 1 or 3 or 7 (mod 8), 1 or 7 (mod 9), 1 or 3 or 7 or 9 (mod 10).
LINKS
PROG
(PARI) isok(n) = sum(b=2, 10, isprime(subst(Pol(digits(n, b)), x, 10))) == 9; \\ Michel Marcus, Mar 22 2015
CROSSREFS
KEYWORD
nonn,base,hard,nice
AUTHOR
Jack Brennen, Jun 29 2003
EXTENSIONS
Thanks to David W. Wilson for proposing the sequence and W. Edwin Clark for verifying the terms using Maple's command isprime.
STATUS
approved