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!)
A171046 In the sequence of prime numbers, replace all the '8' digits with '5' and vice versa. 3
2, 3, 8, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 83, 89, 61, 67, 71, 73, 79, 53, 59, 97, 101, 103, 107, 109, 113, 127, 131, 137, 139, 149, 181, 187, 163, 167, 173, 179, 151, 191, 193, 197, 199, 211, 223, 227, 229, 233, 239, 241, 281, 287, 263 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
FromDigits[IntegerDigits[#]/.{5->Q, 8->P}/.{Q->8, P->5}]&/@ Prime[ Range[ 60]] (* Harvey P. Dale, Nov 12 2011 *)
PROG
(PARI) a(n)=my(v=[0, 1, 2, 3, 4, 8, 6, 7, 5, 9]); subst(Pol(apply(k->v[k+1], digits(prime(n)))), 'x, 10) \\ Charles R Greathouse IV, Jul 31 2013
CROSSREFS
Sequence in context: A265365 A183141 A196828 * A250116 A318949 A367827
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 April 24 09:42 EDT 2024. Contains 371935 sequences. (Running on oeis4.)