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.

User: Philip C. Ritchey

Philip C. Ritchey's wiki page.

Philip C. Ritchey has authored 1 sequences.

A334629 Smallest number that can be obtained by starting with 1 and applying "Choix de Bruxelles (version 2)" (see A323460) n times without backtracking or repeating.

Original entry on oeis.org

1, 2, 4, 8, 16, 13, 23, 17, 14, 7, 6, 3, 99, 369, 999, 1999, 9879, 19979
Offset: 0

Author

Philip C. Ritchey, Sep 09 2020

Keywords

Examples

			a(0)-a(4) = 1,2,4,8,16 by applying 0,1,2,3,4 steps: 1->2->4->8->16.
a(5) = 13 by applying 5 steps: 1->2->4->8->16->13 (halve the 6 in 16).
a(11) = 3 by applying 11 steps to reach 3 from 1.
		

Crossrefs

Formula

A323454(a(n)) = n by definition.

Extensions

a(17) from Michael S. Branicky, Oct 01 2024