login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A307807
Number of palindromic nonagonal numbers with exactly n digits.
1
3, 0, 3, 1, 2, 0, 2, 2, 5, 2, 1, 2, 0, 0, 0, 0, 1, 2, 3, 0, 1, 1
OFFSET
1,1
COMMENTS
Number of terms in A082723 with exactly n digits.
LINKS
G. J. Simmons, Palindromic powers, J. Rec. Math., 3 (No. 2, 1970), 93-98. [Annotated scanned copy] See page 95.
EXAMPLE
There are only three 3 digit nonagonal numbers that are palindromic, 111, 474 and 969. Thus, a(3)=3.
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}]
CROSSREFS
KEYWORD
nonn,base,more
AUTHOR
Robert Price, Apr 29 2019
STATUS
approved