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.

A267499 Number of fixed points of autobiographical numbers (A267491 ... A267498) in base n.

Original entry on oeis.org

2, 7, 7, 12, 19, 29, 44, 68, 109, 183
Offset: 2

Views

Author

Antonia Münchenbach, Jan 16 2016

Keywords

Comments

For n>=5, it seems that a(n)=2^(n-4)+1/2*n^2-1/2*n describes the number of fixed points in base n. The formula is correct for 5<=n<=11, but unknown for n>11. We assume it's correct for all n>=5.

Examples

			In base two there are only two fixed-points, 111 and 1101001.
In base 3, there are 7 fixed-points: 22, 10111, 11112, 100101, 1011122, 2021102, and 10010122.
		

References

  • Antonia Münchenbach and Nicole Anton George, "Eine Abwandlung der Conway-Folge", contribution to "Jugend forscht" 2016, 2016.

Crossrefs

Formula

a(n)=2^(n-4)+1/2*n^2-1/2*n for 5<=n<=11, unknown for n>11.