Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2013
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. Start with counting ... from 1 to 2^256.
  2.  
  3. D:HH:mm:ss,ms - fac. - Number
  4. ---------------------------------------------------
  5. 0:00:00:00,0010000 - 2^ 1 = 2
  6. 0:00:00:00,0110000 - 2^ 2 = 4
  7. 0:00:00:00,0110000 - 2^ 3 = 8
  8. 0:00:00:00,0110000 - 2^ 4 = 16
  9. 0:00:00:00,0110000 - 2^ 5 = 32
  10. 0:00:00:00,0110000 - 2^ 6 = 64
  11. 0:00:00:00,0110000 - 2^ 7 = 128
  12. 0:00:00:00,0110000 - 2^ 8 = 256
  13. 0:00:00:00,0110000 - 2^ 9 = 512
  14. 0:00:00:00,0120000 - 2^ 10 = 1.024
  15. 0:00:00:00,0120000 - 2^ 11 = 2.048
  16. 0:00:00:00,0120000 - 2^ 12 = 4.096
  17. 0:00:00:00,0120000 - 2^ 13 = 8.192
  18. 0:00:00:00,0130000 - 2^ 14 = 16.384
  19. 0:00:00:00,0140000 - 2^ 15 = 32.768
  20. 0:00:00:00,0180000 - 2^ 16 = 65.536
  21. 0:00:00:00,0240000 - 2^ 17 = 131.072
  22. 0:00:00:00,0340000 - 2^ 18 = 262.144
  23. 0:00:00:00,0570000 - 2^ 19 = 524.288
  24. 0:00:00:00,1000000 - 2^ 20 = 1.048.576
  25. 0:00:00:00,1880000 - 2^ 21 = 2.097.152
  26. 0:00:00:00,3460000 - 2^ 22 = 4.194.304
  27. 0:00:00:00,6650000 - 2^ 23 = 8.388.608
  28. 0:00:00:01,2990000 - 2^ 24 = 16.777.216
  29. 0:00:00:02,6010000 - 2^ 25 = 33.554.432
  30. 0:00:00:05,1820000 - 2^ 26 = 67.108.864
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement