Hacker News new | ask | show | jobs
by netrus 4085 days ago
2^(106*17) only has 543 decimal-digits. So with a high likelyhood, the formular will plot "this is so wrong" in several basic fonts and languages for smaller n's as an input.
1 comments

You have a pixel grid of 17 x 106, anything you want to drawn in it can be.

To draw an arbitrary figure do this: Start with the pixel in the lowest left corner, if black put 1 as the first digit of a binary number else put 0, then continue first up then one right, the down. Convert this (1802 digit) binary number to decimal and use it as input for the function and there it is.