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.

A055560 Base numbers of 9-gonal palindromic numbers.

Original entry on oeis.org

1, 2, 6, 12, 17, 44, 74, 139, 1123, 1411, 2101, 4070, 11323, 11472, 12870, 16318, 16853, 18729, 52642, 132619, 435644, 446904, 168566853, 350096787, 521037077, 708609429, 1121857192, 1641773578, 11947307367, 21633254881, 75356090494
Offset: 1

Views

Author

J. Lowell, Jul 10 2000

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Range[0, 10^5], PalindromeQ[PolygonalNumber[9, #]] &] (* Robert Price, Apr 29 2019 *)

Formula

9-gonal numbers are of the form (n(7n-5))/2.

Extensions

Edited and extended by Patrick De Geest, Apr 13 2003.