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.

A267500 Number of fixed points or cycles of autobiographical numbers (A267491 ... A267498) in base n.

Original entry on oeis.org

2, 10, 7, 12, 21, 38, 67, 116, 201, 354
Offset: 2

Views

Author

Antonia Münchenbach, Jan 27 2016

Keywords

Comments

For n>=5, it appears that a(n)=2^(n-3)+2*n^2-17*n+43. This formula is correct for 5<=n<=11, but may not be true for larger n.

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, 10010122 and 1 cycle of length 3 with 2012112, 1010102, 10011112.
In base 10, there are 109 fixed-points, 31 cycles of length 2 (62 numbers) and 10 cycles of length 3 (30 numbers).
		

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-3) + 2*n^2 - 17*n + 43, for 5<=n<=11.