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.

A155214 Palindromes n with the property that for some prime p, n = p + prime(p).

Original entry on oeis.org

5, 8, 424, 606, 666, 2552, 42924, 63936, 80108, 85358, 206602, 210012, 255552, 617716, 624426, 2003002, 2056502, 2178712, 2229222, 2239322, 2253522, 2358532, 2400042, 2426242, 2554552, 2634362, 2702072, 2804082, 2907092, 2948492
Offset: 1

Views

Author

Ulrich Krug (leuchtfeuer37(AT)gmx.de), Jan 22 2009, Mar 02 2009, Mar 04 2009

Keywords

Comments

It is conjectured that the sequence is infinite.

Examples

			2+prime(2) = 2+3 = 5; 3+prime(3) = 3+5 = 8; 270527+prime(270527) = 270527+3808177 = 4078704, etc.
		

Crossrefs

See A145531 for the primes p.

Programs

  • Mathematica
    Select[#+Prime[#]&/@Prime[Range[50000]],IntegerDigits[#] == Reverse[ IntegerDigits[ #]]&] (* Harvey P. Dale, Sep 09 2012 *)

Extensions

Edited by N. J. A. Sloane, Mar 02 2009
a(60)-a(83) from Aurelien Herault (aurelien(AT)a2studio.fr), Mar 16 2009
Examples culled by D. S. McNeil, Nov 21 2010