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!)
A101989 Largest prime which can be formed from digits of n-th prime p(n). 1
2, 3, 5, 7, 11, 31, 71, 19, 23, 29, 31, 73, 41, 43, 47, 53, 59, 61, 67, 71, 73, 97, 83, 89, 97, 101, 103, 701, 109, 311, 271, 311, 317, 193, 941, 151, 751, 631, 761, 317, 971, 811, 911, 193, 971, 991, 211, 223, 227, 229, 233, 293, 421, 521, 257, 263, 269, 271, 727 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(6)=31 because p(6)=13 and 31 is the largest prime which can be made from digits 1,3.
MATHEMATICA
Table[Max[Select[FromDigits/@Permutations[IntegerDigits[Prime[n]]], PrimeQ]], {n, 60}] (* Harvey P. Dale, May 03 2018 *)
CROSSREFS
Sequence in context: A123214 A119834 A095180 * A098922 A265324 A004087
KEYWORD
base,easy,nonn
AUTHOR
Zak Seidov, Jan 29 2005
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 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)