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.

A045641 Palindromes that are divisible by 6.

Original entry on oeis.org

0, 6, 66, 222, 252, 282, 414, 444, 474, 606, 636, 666, 696, 828, 858, 888, 2112, 2442, 2772, 4224, 4554, 4884, 6006, 6336, 6666, 6996, 8118, 8448, 8778, 20202, 20502, 20802, 21012, 21312, 21612, 21912, 22122, 22422, 22722, 23232, 23532, 23832
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Range[0,30000,6], PalindromeQ] (* Paolo Xausa, Jul 06 2025 *)