STATUS
reviewed
approved
reviewed
approved
proposed
reviewed
editing
proposed
(Python)
from itertools import islice
def agen():
an = 0
while True: s = str(an); yield from map(int, s); an += len(s)
print(list(islice(agen(), 67))) # Michael S. Branicky, Jul 26 2022
approved
editing
proposed
approved
editing
proposed
Label a 1 -cm ruler with digits 1 cm wide.
approved
editing
proposed
approved
editing
proposed
This sequence corresponds to the decimal digits of the terms of A088235. - Rémy Sigrist, Sep 25 2021
Cf. A088235.
approved
editing