AFAIK a single character is 1 byte. An A4 sheet of paper is 62370 sqmm. A good printer can print a 1 sq mm character. Therefore, at a minimum you have 62370 bytes * 2, so basically 0.12 of a megabyte, which is pretty bad. However, say you store something on the piece of paper that uses the second from midnight as a translator, such that the contents mean something else, depending on which second in the day you read i…
Otherwise you'd have infinite storage capacity, on any medium, which is very obviously impossible.
Why infinite? Well, there are infinite numbers. If your algorithm was just "keep applying f(i,j) by an increasing integer to get the next page of the data" then yeah you've actually just discovered infinite storage.
This is literally a compression problem, isn't it? :)
Edit: http://mathforum.org/library/drmath/view/65726.html
Something I came across a long time ago.