{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Powerful digit sum (Euler Problem 56)" ] }, { "cell_type": "markdown", "metadata": { "collapsed": true }, "source": [ "A googol (10100) is a massive number: one followed by one-hundred zeros; 100100 is almost unimaginably large: one followed by two-hundred zeros. Despite their size, the sum of the digits in each number is only 1.\n", "\n", "Considering natural numbers of the form, ab, where a, b < 100, what is the maximum digital sum?" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "collapsed": true }, "outputs": [], "source": [] } ], "metadata": { "completion_date": "", "kernelspec": { "display_name": "Python 3", "language": "python3.6", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.6.5" }, "tags": [] }, "nbformat": 4, "nbformat_minor": 2 }