Powers of 2 Generator
Generate powers of 2: 1, 2, 4, 8, 16, 32, 64... Essential for computing and binary math.
Powers of 2 (0 to 19)
1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536, 131072, 262144, 524288
Breakdown
2^0 = 1, 2^1 = 2, 2^2 = 4, 2^3 = 8, 2^4 = 16, 2^5 = 32, 2^6 = 64, 2^7 = 128, 2^8 = 256, 2^9 = 512, 2^10 = 1,024, 2^11 = 2,048, 2^12 = 4,096, 2^13 = 8,192, 2^14 = 16,384, 2^15 = 32,768, 2^16 = 65,536, 2^17 = 131,072, 2^18 = 262,144, 2^19 = 524,288
Largest
524,288.00