Advertisement
kc_kennylau

Untitled

May 28th, 2016
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. Rules:
  2.  
  3. 1. Start at 0.
  4. 2. Each consecutive +/- increases/decreases the number by an amount increasing by 1.
  5. 3. For example, + is 1, ++ is 3, +++ is 6, ++++ is 10, +++++ is 15, +++++- is 14.
  6.  
  7. 1: + (1)
  8. 2: ++- (3)
  9. 3: ++ (2)
  10. 4: -+++- (5)
  11. 5: +++- (4)
  12. 6: +++ (3)
  13. 7: ++++-- (6)
  14. 8: -++++- (6)
  15. 9: ++++- (5)
  16. 10: ++++ (4)
  17. 11: +++-+++ (7)
  18. 12: ++++-++ (7)
  19. 13: -+++++- (7)
  20. 14: +++++- (6)
  21. 15: +++++ (5)
  22. 16: +++++-++- (9)
  23. 17: +++++-++ (8)
  24. 18: ++++++-- (8)
  25. 19: -++++++- (8)
  26. 20: ++++++- (7)
  27. 21: ++++++ (6)
  28. 22: ++++++-++- (10)
  29. 23: ++++++-++ (9)
  30. 24: -+++++++-- (10)
  31. 25: +++++++-- (9)
  32. 26: -+++++++- (9)
  33. 27: +++++++- (8)
  34. 28: +++++++ (7)
  35. 29: +++++++-++- (11)
  36. 30: +++++++-++ (10)
  37. 31: ++++++++---+ (12)
  38. 32: -++++++++-- (11)
  39. 33: ++++++++-- (10)
  40. 34: -++++++++- (10)
  41. 35: ++++++++- (9)
  42. 36: ++++++++ (8)
  43. 37: ++++++++-++- (12)
  44. 38: ++++++++-++ (11)
  45. 39: +++++++++--- (12)
  46. 40: +++++++++---+ (13)
  47. 41: -+++++++++-- (12)
  48. 42: +++++++++-- (11)
  49. 43: -+++++++++- (11)
  50. 44: +++++++++- (10)
  51. 45: +++++++++ (9)
  52. 46: +++++++++-++- (13)
  53. 47: +++++++++-++ (12)
  54. 48: +++++++++--+++ (14)
  55. 49: ++++++++++--- (13)
  56. 50: +++++++++-+++ (13)
  57.  
  58. 51: -++++++++++-- (12)
  59. 52: ++++++++++-- (12)
  60. 53: -++++++++++- (12)
  61. 54: ++++++++++- (11)
  62. 55: ++++++++++ (10)
  63. 56: ++++++++++-++- (14)
  64. 57: ++++++++++-++ (13)
  65. 58: ++++++++++--+++ (15)
  66. 59: ++++++++++-+++- (15)
  67. 60: ++++++++++-+++ (14)
  68. 61: +++++++++++---+ (15)
  69. 62: -+++++++++++-- (14)
  70. 63: +++++++++++-- (13)
  71. 64: -+++++++++++- (13)
  72. 65: +++++++++++- (12)
  73. 66: +++++++++++ (11)
  74. 67: +++++++++++-++- (15)
  75. 78: ++++++++++++ (12)
  76. 91: +++++++++++++ (13)
  77. 105: ++++++++++++++ (14)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement