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.

Showing 1-2 of 2 results.

A043038 Base-10 palindromes that starts with 3.

Original entry on oeis.org

3, 33, 303, 313, 323, 333, 343, 353, 363, 373, 383, 393, 3003, 3113, 3223, 3333, 3443, 3553, 3663, 3773, 3883, 3993, 30003, 30103, 30203, 30303, 30403, 30503, 30603, 30703, 30803, 30903, 31013, 31113, 31213, 31313, 31413, 31513, 31613, 31713, 31813, 31913
Offset: 1

Views

Author

Keywords

Comments

Subsequence of A002113 (palindromic numbers). Union of A222725 (palindromic primes starting with a digit 3) and A222726 (palindromic composite numbers starting with a digit 3). - Jaroslav Krizek, Mar 12 2013

Programs

  • Mathematica
    okQ[n_]:=Module[{idn=IntegerDigits[n]}, First[idn]==3 && n==FromDigits[Reverse[idn]]]; Select[Range[40000],okQ] (* Harvey P. Dale, Jan 14 2011 *)

A222725 Palindromic primes starting with a digit 3.

Original entry on oeis.org

3, 313, 353, 373, 383, 30103, 30203, 30403, 30703, 30803, 31013, 31513, 32323, 32423, 33533, 34543, 34843, 35053, 35153, 35353, 35753, 36263, 36563, 37273, 37573, 38083, 38183, 38783, 39293, 3001003, 3002003, 3007003, 3016103, 3026203, 3064603, 3065603, 3072703
Offset: 1

Views

Author

Jaroslav Krizek, Mar 09 2013

Keywords

Comments

Subsequence of A002385 (palindromic primes) and A002113 (palindromic numbers). Complement of A222726 (palindromic composite numbers starting with a digit 3) with respect to A043038 (palindromic numbers starting with a digit 3).

Crossrefs

Showing 1-2 of 2 results.