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.

A307807 Number of palindromic nonagonal numbers with exactly n digits.

Original entry on oeis.org

3, 0, 3, 1, 2, 0, 2, 2, 5, 2, 1, 2, 0, 0, 0, 0, 1, 2, 3, 0, 1, 1
Offset: 1

Views

Author

Robert Price, Apr 29 2019

Keywords

Comments

Number of terms in A082723 with exactly n digits.

Examples

			There are only three 3 digit nonagonal numbers that are palindromic, 111, 474 and 969.  Thus, a(3)=3.
		

Crossrefs

Programs

  • Mathematica
    A082723 = {0, 1, 9, 111, 474, 969, 6666, 18981, 67276, 4411144, 6964696, 15444451, 57966975, 448707844, 460595064, 579696975, 931929139, 994040499, 1227667221, 9698998969, 61556965516, 664248842466, 699030030996, 99451743334715499, 428987160061789824, 950178723327871059, 1757445628265447571, 4404972454542794044, 9433971680861793349, 499583536595635385994, 1637992008558002997361, 19874891310701319847891}; Table[Length[Select[A082723, IntegerLength[#] == n || (n == 1 && # == 0) &]], {n, 22}]