The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A171031 In the sequence of prime numbers, replace all the '6' digits with '3' and vice versa. 3
2, 6, 5, 7, 11, 16, 17, 19, 26, 29, 61, 67, 41, 46, 47, 56, 59, 31, 37, 71, 76, 79, 86, 89, 97, 101, 106, 107, 109, 116, 127, 161, 167, 169, 149, 151, 157, 136, 137, 176, 179, 181, 191, 196, 197, 199, 211, 226, 227, 229, 266, 269, 241, 251, 257, 236 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
FromDigits[IntegerDigits[#]/.{6->p, 3->q}/.{p->3, q->6}]&/@Prime[Range[100]] (* Vincenzo Librandi, Apr 07 2013 *)
PROG
(PARI) a(n)=my(v=[0, 1, 2, 6, 4, 5, 3, 7, 8, 9]); subst(Pol(apply(k->v[k+1], digits(prime(n)))), 'x, 10) \\ Charles R Greathouse IV, Jul 25 2013
CROSSREFS
Sequence in context: A188594 A107822 A094514 * A199159 A175293 A021083
KEYWORD
nonn,base,easy
AUTHOR
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 May 14 00:43 EDT 2024. Contains 372527 sequences. (Running on oeis4.)