Guest User

Untitled

a guest
Jan 22nd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. 25,25,7,28,29,20,21,22,23,14,35,26,7,28,29,20,16,29,12,15,28,21,14,17,30,13,16,29,12,15,28,21,10,6,12,18,15,11,7,13,19,17,13,9,15,21,18,14,10,16,22,19,15,11,17,23,20,16,12,18,24,21,17,13,19,25,23,19,15,21,27,24,20,16,22,28,25,21,17,23,29,16,13,9,15,21,18,14,10,16,22,20,16,12,18,24,21,17,13,19
  2.  
  3. The length of the lines are 5 (because 1*5 + 1-1 = 5):
  4. 12345
  5. 67891(0)
  6.  
  7. Then leave the digits in an Olympic Rings pattern:
  8. 1 3 5
  9. 7 9
  10.  
  11. And sum them:
  12. 1+3+5+7+9 = 25
  13.  
  14. The length of the lines are 11 (because 2*5 + 2-1 = 11):
  15. 12345678910
  16. 11121314151(6)
  17.  
  18. Then leave the digits in the second/right-most Olympic Rings pattern:
  19. 7 9 0
  20. 4 5
  21.  
  22. And sum them:
  23. 7+9+0+4+5 = 25
  24.  
  25. The length of the lines are 17 (because 3*5 + 3-1 = 17):
  26. 12345678910111213
  27. 14151617181920212(2)
  28.  
  29. Then leave the digits in the third/right-most Olympic Rings pattern:
  30. 1 2 3
  31. 0 1
  32.  
  33. And sum them:
  34. 1+2+3+0+1 = 7
  35.  
  36. 1010: 24
  37. 1011: 24
  38. 2500: 19
  39. 5000: 23
  40. 7500: 8
  41. 10000: 8
  42. 100000: 25
Add Comment
Please, Sign In to add comment