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!)
A171048 In the sequence of prime numbers, replace all the '8' digits with '7' and vice versa. 3
2, 3, 5, 8, 11, 13, 18, 19, 23, 29, 31, 38, 41, 43, 48, 53, 59, 61, 68, 81, 83, 89, 73, 79, 98, 101, 103, 108, 109, 113, 128, 131, 138, 139, 149, 151, 158, 163, 168, 183, 189, 171, 191, 193, 198, 199, 211, 223, 228, 229, 233, 239, 241, 251, 258, 263 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
FromDigits[IntegerDigits[#]/.{8->p, 7->q}/.{p->7, q->8}]&/@Prime[Range[100]] (* Vincenzo Librandi, Mar 11 2013 *)
PROG
(PARI) a(n)=my(v=[0, 1, 2, 3, 4, 5, 6, 8, 7, 9]); subst(Pol(apply(k->v[k+1], digits(prime(n)))), 'x, 10) \\ Charles R Greathouse IV, Jul 31 2013
CROSSREFS
Sequence in context: A106637 A246361 A228855 * A209292 A185371 A071894
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 19 07:11 EDT 2024. Contains 371782 sequences. (Running on oeis4.)