cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A007796 List of pairs of primes in reverse order, starting at 1.

Original entry on oeis.org

21, 53, 117, 1713, 2319, 3129, 4137, 4743, 5953, 6761, 7371, 8379, 9789, 103101, 109107, 127113, 137131, 149139, 157151, 167163, 179173, 191181, 197193, 211199, 227223
Offset: 1

Views

Author

bmoore(AT)artemis.ess.ucla.edu (William B. Moore)

Keywords

Programs

  • Mathematica
    FromDigits/@(Flatten[IntegerDigits/@Reverse[#]]&/@Partition[Join[{1}, Prime[ Range[2*30]]],2])(* Harvey P. Dale, May 10 2015 *)