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.

A156617 Prime numbers where the last digit is the sum of all the previous digits.

Original entry on oeis.org

11, 101, 167, 257, 347, 617, 1427, 1607, 2237, 2417, 3137, 3407, 4127, 4217, 10067, 10247, 10337, 10427, 10607, 11057, 12227, 13037, 13127, 13217, 14207, 15017, 15107, 16007, 20147, 20327, 20507, 21227, 21317, 21407, 22037, 22307, 23027
Offset: 1

Views

Author

Parthasarathy Nambi, Feb 11 2009

Keywords

Examples

			3137 is a prime number where the last digit is the sum of all the previous digits.
		

Crossrefs

Programs

  • Mathematica
    Select[Prime[Range[3000]],Last[IntegerDigits[#]]==Total[ Most[ IntegerDigits[ #]]]&] (* Harvey P. Dale, Jan 30 2014 *)

Extensions

Extended and 11 added by Rick L. Shepherd, Feb 12 2009