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.

A007573 a(n) is the number of base numbers with 2n+1 digits in the asymmetric families of palindromic squares.

Original entry on oeis.org

1, 2, 5, 6, 9, 10, 10, 15, 15, 16, 18, 24, 18, 26, 24, 30, 27, 33, 28, 40, 33, 40, 35, 48, 37, 50, 42, 53, 45, 58, 46, 64, 50, 64, 54, 72, 55, 73, 60, 78, 63, 82, 63, 88, 69, 88, 72, 95, 73, 98, 78, 102, 80, 106, 82, 112, 87, 111, 90, 120, 91, 122, 95, 126, 99, 130, 100, 135
Offset: 3

Views

Author

Keywords

Examples

			a(3) = 1: The only base number of length 2*3 + 1 = 7 is 1109111 = A060087(1);
a(4) = 2 indicates the existence of two length 2*4 + 1 = 9 base numbers, 110091011 = A060087(2) and 111091111 = A060087(3).
		

References

  • M. Keith, Classification and enumeration of palindromic squares, J. Rec. Math., 22 (No. 2, 1990), 124-132.
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Programs

  • PARI
    \\ see P. De Geest link.

Extensions

a(17)-a(31) from Sean A. Irvine, Jan 10 2018
Name and offset corrected by Hugo Pfoertner, Oct 04 2023
a(32)-a(70) from Hugo Pfoertner, Oct 07 2023