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!)
A171024 In the sequence of prime numbers, replace all the '5' digits with '1' and vice versa. 3
2, 3, 1, 7, 55, 53, 57, 59, 23, 29, 35, 37, 45, 43, 47, 13, 19, 65, 67, 75, 73, 79, 83, 89, 97, 505, 503, 507, 509, 553, 527, 535, 537, 539, 549, 515, 517, 563, 567, 573, 579, 585, 595, 593, 597, 599, 255, 223, 227, 229, 233, 239, 245, 215, 217, 263 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
FromDigits[IntegerDigits[#]/.{5->p, 1->q}/.{p->1, q->5}]&/@Prime[Range[100]] (* Vincenzo Librandi, Apr 07 2013 *)
PROG
(PARI) a(n)=my(v=[0, 5, 2, 3, 4, 1, 6, 7, 8, 9]); subst(Pol(apply(k->v[k+1], digits(prime(n)))), 'x, 10) \\ Charles R Greathouse IV, Jul 16 2013
CROSSREFS
Sequence in context: A104027 A192363 A097710 * A109198 A081320 A147865
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 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)