OFFSET
3,1
COMMENTS
A coding of the primes {1,3,7,9} digits using mode using modulo four as a pretransform.
This coding loses one degree of freedom in the process.
MATHEMATICA
digits=200 Table[Mod[10-Mod[Prime[n+3], 10], 4]-Mod[n, 4]+3, {n, 1, digits}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Jan 20 2004
STATUS
approved