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.

A037010 Differences between adjacent palindromic primes.

Original entry on oeis.org

1, 2, 2, 4, 90, 30, 20, 30, 10, 122, 40, 20, 10, 344, 30, 30, 10, 122, 10, 9372, 200, 100, 710, 100, 1010, 300, 100, 510, 500, 100, 410, 400, 710, 100, 510, 300, 200, 100, 810, 500, 210, 300, 910, 500, 100, 10112
Offset: 1

Views

Author

Keywords

Examples

			E.g. 11 - 7 = 4.
		

Crossrefs

Cf. A002385, A327427 (records).

Programs

  • Mathematica
    Differences[Select[Prime[Range[3260]], Reverse[x = IntegerDigits[#]] == x &]] (* Jayanta Basu, Jun 24 2013 *)

Formula

a(n) = A002385(n+1) - A002385(n). - Michel Marcus, Sep 12 2019