Division of Mathematics & Sciences

Publication Resources

This page hosts several resources to accompany the article “Happy Numbers: A Platform for Conjecture and Exploration.”

The Python Code provided below has been included in MS Word documents. In order to make use of this code, you will need to have Python installed on an available machine. For more information on Python, please see python.org.

  • Python Code for calculating Happy Numbers:  happy
  • Python Code showing step by step operations:  happy by step