login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A222230 In the number n, replace all (decimal) digits '2' with '6' and vice versa. 1
0, 1, 6, 3, 4, 5, 2, 7, 8, 9, 10, 11, 16, 13, 14, 15, 12, 17, 18, 19, 60, 61, 66, 63, 64, 65, 62, 67, 68, 69, 30, 31, 36, 33, 34, 35, 32, 37, 38, 39, 40, 41, 46, 43, 44, 45, 42, 47, 48, 49, 50, 51, 56, 53, 54, 55, 52, 57, 58, 59, 20, 21, 26, 23, 24, 25, 22, 27, 28, 29, 70, 71, 76, 73, 74, 75 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
The map which is applied to primes in A171030.
LINKS
MATHEMATICA
a[n_]:= IntegerDigits[n]/.{2->6, 6->2} // FromDigits; Table[a[n], {n, 0, 80}] (* Vincenzo Librandi, Jul 30 2013 *)
PROG
(PARI) A222230(n, d=[0, 1, 6, 3, 4, 5, 2, 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)
CROSSREFS
Sequence in context: A257235 A350131 A167052 * A365066 A198110 A290795
KEYWORD
nonn,base,easy
AUTHOR
M. F. Hasler, Feb 12 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 08:59 EDT 2024. Contains 371935 sequences. (Running on oeis4.)