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!)
A052902 Take n-th prime p, let P = all primes that can be obtained by permuting the digits of p and possibly omitting zeros; a(n) = |p-q| where q in P is the closest to p but different from p (a(n)=0 if no such q exists). 7
0, 0, 0, 0, 0, 18, 54, 0, 0, 0, 18, 36, 0, 0, 0, 0, 0, 0, 0, 54, 36, 18, 0, 0, 18, 90, 72, 36, 90, 18, 144, 18, 36, 54, 270, 0, 414, 450, 450, 36, 18, 630, 720, 54, 18, 720, 0, 0, 0, 0, 0, 54, 180, 270, 0, 0, 0, 144, 450, 540, 540, 54, 234, 180, 18, 144, 18, 36, 396, 90, 0, 234, 306 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
LINKS
EXAMPLE
a(6)=18 since 6th prime is 13 and 31-13=18. a(25)=90 since 23rd prime is 101 and 101-11=90.
MATHEMATICA
pdp[n_]:=Module[{p1=FromDigits/@Permutations[IntegerDigits[n]], p2=FromDigits/@ Permutations[ Select[IntegerDigits[n], #>0&]], p3}, p3=Select[ Union[ Join[ p1, p2]], PrimeQ[#]&&#!=n&]; If[Length[p3]==0, 0, First[Abs[Nearest[p3, n]-n]]]]; Table[pdp[n], {n, Prime[Range[80]]}] (* Harvey P. Dale, Nov 11 2016 *)
CROSSREFS
Sequence in context: A133356 A367345 A052495 * A217591 A059137 A346756
KEYWORD
base,easy,nonn
AUTHOR
N. J. A. Sloane, Mar 16 2000
EXTENSIONS
More terms from Asher Auel, May 12, 2000
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 18 21:30 EDT 2024. Contains 372666 sequences. (Running on oeis4.)