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.

A082722 Numbers k for which there exist no palindromic 9-gonals (also known as nonagonals or enneagonals) of length k.

This page as a plain text file.
%I A082722 #16 Aug 11 2024 14:41:34
%S A082722 2,6,13,14,15,16,20,25,27,28,29,30,31,32
%N A082722 Numbers k for which there exist no palindromic 9-gonals (also known as nonagonals or enneagonals) of length k.
%C A082722 Previous name was: There exist no palindromic nonagonals (enneagonals) of length n.
%H A082722 P. De Geest, <a href="https://www.worldofnumbers.com/nona.htm">Palindromic nonagonals</a>
%t A082722 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};
%t A082722 A082722[n_] := Length[Select[A082723, IntegerLength[#] == n || (n == 1 && # == 0) &]];
%t A082722 Select[Range[22], A082722[#] == 0 &] (* _Robert Price_, Apr 29 2019 *)
%Y A082722 Cf. A034822, A059868, A082721, A059869, A059870, A034307.
%K A082722 nonn,base,hard
%O A082722 1,1
%A A082722 _Patrick De Geest_, Apr 13 2003
%E A082722 Definition edited by _Jon E. Schoenfield_, Sep 15 2013