OFFSET
1,1
COMMENTS
Primes in A379208.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..19861
EXAMPLE
The prime 19 is a term of the sequence because prime(19)= 67 and 67 + 9 = 76 are anagrams.
MATHEMATICA
Select[Prime[Range[500]], Sort[IntegerDigits[Prime[#]]]==Sort[IntegerDigits[Prime[#]+9]]&]
PROG
(Magma) [n: n in [0..10000] | IsPrime(n) and Sort(Intseq(NthPrime(n))) eq Sort(Intseq(NthPrime(n) + 9))];
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Vincenzo Librandi, Apr 15 2025
STATUS
approved
