Esthetic numbers: Difference between revisions

Content added Content deleted
Line 3,178: Line 3,178:
// An infinite sequence of numbers which
// An infinite sequence of numbers which
// are esthetic in the given base.
// are esthetic in the given base.

tail(fmapGen(x => x[0])(
tail(fmapGen(x => x[0])(
iterate(([, queue]) => {
iterate(([, queue]) => {