The World of 2-The Digital World, Powers of 2, From 0 to 100

A list of powers of 2, from 2^0 to 2^100. This list is Particularly useful for calculation in digital applications. Where every thing consists of 2 values i.e., 0's (Zeros) & 1's (Ones). Suppose you have 128x64 dots GLCD, here also 2's power prevail, as 128=2^7 & 64=2^6. If your Processor is 16 bits, it will support a maximum memory of 65536 bits, here 2^16=65536. So these numbers are important.
Also for programming point of view you can build lookup table of powers of 2 just by copying it! Particularly you may use it in VHDL, C/C++ or Java based applications. So just have a look at the list.

Power Of 2 Value of 2^n (Where n=corresponding power of 2)
01
12
24
38
416
532
664
7128
8256
9512
101,024
112,048
124,096
138,192
1416,384
1532,768
1665,536
17131,072
18262,144
19524,288
201,048,576
212,097,152
224,194,304
238,388,608
2416,777,216
2533,554,432
2667,108,864
27134,217,728
28268,435,456
29536,870,912
301,073,741,824
312,147,483,648
324,294,967,296
338,589,934,592
3417,179,869,184
3534,359,738,368
3668,719,476,736
37137,438,953,472
38274,877,906,944
39549,755,813,888
401,099,511,627,776
412,199,023,255,552
424,398,046,511,104
438,796,093,022,208
4417,592,186,044,416
4535,184,372,088,832
4670,368,744,177,664
47140,737,488,355,328
48281,474,976,710,656
49562,949,953,421,312
501,125,899,906,842,624
512,251,799,813,685,248
524,503,599,627,370,496
539,007,199,254,740,992
5418,014,398,509,481,984
5536,028,797,018,963,968
5672,057,594,037,927,936
57144,115,188,075,855,872
58288,230,376,151,711,744
59576,460,752,303,432,488
601,152,921,504,606,846,976
612,305,843,009,213,693,952
624,611,686,018,427,387,904
639,223,372,036,854,775,808
6418,446,744,073,709,551,616
6536,893,488,147,419,103,232
6673,786,976,294,838,206,464
67147,573,952,589,676,412,928
68295,147,905,179,352,825,856
69590,295,810,358,705,651,712
701,180,591,620,717,411,303,424
712,361,183,241,434,822,606,848
724,722,366,482,869,645,213,696
739,444,732,965,739,290,427,392
7418,889,465,931,478,580,854,784
7537,778,931,862,957,161,709,568
7675,557,863,725,914,323,419,136
77151,115,727,451,828,646,838,272
78302,231,454,903,657,293,676,544
79604,462,909,807,314,587,353,088
801,208,925,819,614,629,174,706,176
812,417,851,639,229,258,349,412,352
824,835,703,278,458,516,698,824,704
839,671,406,556,917,033,397,649,408
8419,342,813,113,834,066,795,298,816
8538,685,626,227,668,133,590,597,632
8677,371,252,455,336,267,181,195,264
87154,742,504,910,672,534,362,390,528
88309,485,009,821,345,068,724,781,056
89618,970,019,642,690,137,449,562,112
901,237,940,039,285,380,274,899,124,224
912,475,880,078,570,760,549,798,248,448
924,951,760,157,141,521,099,596,496,896
939,903,520,314,283,042,199,192,993,792
9419,807,040,628,566,084,398,385,987,584
9539,614,081,257,132,168,796,771,975,168
9679,228,162,514,264,337,593,543,950,336
97158,456,325,028,528,675,187,087,900,672
98316,912,650,057,057,350,374,175,801,344
99633,825,300,114,114,700,748,351,602,688
1001,267,650,600,228,229,401,496,703,205,376

0 comments: