A362442 a(1) = 6; thereafter a(n) = smallest number with a(n-1) letters in American English.
6, 11, 23, 323, 1103323373373373373373373373373
Offset: 1
Examples
a(2) = 11 since "eleven" is the smallest number with 6 letters. a(3) = 23 since "twenty three" is the smallest with 11 letters.
References
- GCHQ, The GCHQ Puzzle Book, Penguin, 2016. See pages 92 and 275.
Formula
a(n) = A080777(a(n-1)) for n > 1. - Michael S. Branicky, Apr 22 2023
Extensions
a(5) from Michael S. Branicky, Apr 22 2023 using A080777
Comments