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”).

A267499
Number of fixed points of autobiographical numbers (A267491 ... A267498) in base n.
10
2, 7, 7, 12, 19, 29, 44, 68, 109, 183
OFFSET
2,1
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.
REFERENCES
Antonia Münchenbach and Nicole Anton George, "Eine Abwandlung der Conway-Folge", contribution to "Jugend forscht" 2016, 2016.
LINKS
Andre Kowacs, Studies on the Pea Pattern Sequence, arXiv:1708.06452 [math.HO], 2017.
FORMULA
a(n)=2^(n-4)+1/2*n^2-1/2*n for 5<=n<=11, unknown for n>11.
EXAMPLE
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.
KEYWORD
nonn,base,more
AUTHOR
STATUS
approved