OFFSET
2,1
COMMENTS
This sequence shows that the difference between a composite number and a prime rests on the modification of a single decimal digit. Note that F6 and F13 regarding the Fermat numbers are exceptions to this rule.
EXAMPLE
F5 - 10^2 = 4294967197 = prime
MATHEMATICA
Position[PrimeQ[Table[2^2^5 + 1 - 10^n, {n, 10}]], True]
CROSSREFS
KEYWORD
nonn
AUTHOR
Joao Carlos Leandro da Silva (zxawyh66(AT)yahoo.com), Jan 30 2006
STATUS
approved