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.

A348152 Hyperpalindions (palindromes in A093036).

Original entry on oeis.org

1, 2, 4, 6, 66, 2772
Offset: 1

Views

Author

Ivan N. Ianakiev, Oct 03 2021

Keywords

References

  • Clifford A. Pickover, A passion for mathematics: numbers, puzzles, madness, religion, and the quest for reality, John Wiley & Sons, 2005, pages 107-108.

Crossrefs

Intersection of A002113 and A093036.
Cf. A087990.

Programs

  • Mathematica
    Select[Cases[Import["https://oeis.org/A093036/b093036.txt","Table"],{,}][[All,2]],PalindromeQ]