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.

A028414 Palindromes of form k^2 + k + 1.

Original entry on oeis.org

1, 3, 7, 111, 343, 757, 10101, 15751, 30103, 1001001, 1255521, 1403041, 1837381, 3372733, 3521253, 3847483, 100010001, 141979141, 10000100001, 14181118141, 16112621161, 35297579253, 35475157453, 37011411073, 38735553783, 1000001000001, 1020505050201
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    palQ[n_] := Block[{d = IntegerDigits[n]}, d == Reverse[d]]; f[n_] := n^2 + n + 1; Select[f@ Range[0, 10^5], palQ] (* Giovanni Resta, Aug 29 2018 *)

Extensions

More terms from Giovanni Resta, Aug 28 2018