login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A007797
List of pairs of primes in reverse order.
1
32, 75, 1311, 1917, 2923, 3731, 4341, 5347, 6159, 7167, 7973, 8983, 10197, 107103, 113109, 131127, 139137, 151149, 163157, 173167, 181179, 193191, 199197, 223211, 229227, 239233, 251241, 263257, 271269, 281277, 293283, 311307, 317313, 337331, 349347, 359353
OFFSET
1,1
LINKS
MATHEMATICA
FromDigits/@(Flatten[IntegerDigits/@Reverse[#]]&/@Partition[Prime[Range[2*40]], 2]) (* Vincenzo Librandi, Jan 05 2018 *)
PROG
(Magma) [Seqint(Intseq(NthPrime(n)) cat Intseq(NthPrime(n+1))): n in [1..86 by 2]]; // Vincenzo Librandi, Jan 05 2018
CROSSREFS
Cf. A007795.
Sequence in context: A250756 A303583 A224220 * A222546 A240054 A135269
KEYWORD
nonn,base
AUTHOR
William B. Moore (bmoore(AT)artemis.ess.ucla.edu)
STATUS
approved