fix typo
This commit is contained in:
parent
9e57ca0200
commit
4466680550
|
@ -19,7 +19,7 @@
|
||||||
"$$g(n) = \\frac{2}{3}n^3 + \\frac{1}{2}n^2 + \\frac{4}{3}n - \\frac{3}{2}$$\n",
|
"$$g(n) = \\frac{2}{3}n^3 + \\frac{1}{2}n^2 + \\frac{4}{3}n - \\frac{3}{2}$$\n",
|
||||||
"Plugging in 1001, we get our answer: $g(1001) = 669171001$.\n",
|
"Plugging in 1001, we get our answer: $g(1001) = 669171001$.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Side note: this practice of writing the natural numbers in a spiral, combined with marking the prime numbers, has been coined the [Ulam spiral](https://en.wikipedia.org/wiki/Ulam_spiral). Somewhat interestingly, lots of primes appear in vertical, horiztonal, and diagonal lines when laid out this way.\n",
|
"Side note: this practice of writing the natural numbers in a spiral, combined with marking the prime numbers, has been coined the [Ulam spiral](https://en.wikipedia.org/wiki/Ulam_spiral). Somewhat interestingly, lots of primes appear in vertical, horizontal, and diagonal lines when laid out this way.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"## Relevant sequences\n",
|
"## Relevant sequences\n",
|
||||||
"* Numbers on diagonals: [A200975](https://oeis.org/A200975)"
|
"* Numbers on diagonals: [A200975](https://oeis.org/A200975)"
|
||||||
|
|
Loading…
Reference in New Issue