/Pyinfinite

Primary LanguagePythonMIT LicenseMIT

Pyinfinite

A simple program that returns the infinite sequence of increasing integers generated by repeatedly adding the ascii values of each letter in the word “Close” to itself. 67, 175, 286, 401, 502, 569, 677, 788, 903 is the beginning of this sequence.

Output

Set the length to truncate the infinite sequence: 9

67
175
286
401
502
569
677
788
903