#include int main() { int i; int n = 1 << 17; for (i = 1; i < n; i++) { printf("&#%d;   ", i); if ( i % 30 == 0 ) printf("

\n%d: ", i+1); } }