OFFSET
0,3
COMMENTS
The map which is applied to primes in A171018. - M. F. Hasler, Feb 12 2013
Rearrangement of A001477 (the nonnegative integers). - Zak Seidov, Feb 15 2013
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
MATHEMATICA
FromDigits[IntegerDigits[#]/.{2->3, 3->2}]&/@Range[0, 68] (* Zak Seidov, Feb 15 2013 *)
PROG
(PARI) A222227(n, d=[0, 1, 3, 2, 4, 5, 6, 7, 8, 9])=sum(i=1, #n=digits(n), d[n[i]+1]*10^(#n-i)) \\ gives correct value for n=0 iff d[1]=0, since digits(0)=[] in PARI (v.2.6), M. F. Hasler, Feb 12 2013
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
STATUS
approved