OFFSET
0,3
COMMENTS
The map which is applied to primes in A171038.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
MATHEMATICA
Table[FromDigits[IntegerDigits[n]/.{4->a, 7->b}/.{a->7, b->4}], {n, 0, 80}] (* Harvey P. Dale, Jul 22 2013 *)
PROG
(PARI) A222242(n, d=[0, 1, 2, 3, 7, 5, 6, 4, 8, 9])={sum(i=1, #n=digits(n), d[n[i]+1]*10^(#n-i), !n*d[1])} \\ N.B.: digits(0)=[] in PARI (v.2.6)
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
M. F. Hasler, Feb 13 2013
STATUS
approved