Skip to content

yakuza8/say-what-you-see

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Say What You See Sequence

Say What You See series where each element of series is composed of groups in the form as the count of the longest same digit group followed by that digit in its previous element of the sequence.

The first 10 elements of the series:

  • 1
  • 11
  • 21
  • 1211
  • 111221
  • 312211
  • 13112221
  • 1113213211
  • 31131211131221
  • 13211311123113112211

Prerequisites

No prerequisites is needed, but just python3.5 interpreter.

Usage

Simply run say_what_you_see.py as the following

python3 say_what_you_see.py

About

Tiny humble script for "Say What You See" sequence

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages