An open API service indexing awesome lists of open source software.

https://github.com/asaph/happynumber

Prints out all the happy numbers between 1 and 1000
https://github.com/asaph/happynumber

Last synced: 12 months ago
JSON representation

Prints out all the happy numbers between 1 and 1000

Awesome Lists containing this project

README

          

# Happy Numbers
Prints out all the [happy numbers](http://en.wikipedia.org/wiki/Happy_number) between 1 and 1000.
Inspired by this [blog entry](http://www.smashcompany.com/technology/embarrassing-code-i-wrote-under-stress-at-a-job-interview) which was linked from [Hacker News](https://news.ycombinator.com/item?id=9478906).