Ccc 307: Fill & Download for Free

GET FORM

Download the form

How to Edit The Ccc 307 quickly and easily Online

Start on editing, signing and sharing your Ccc 307 online with the help of these easy steps:

  • Push the Get Form or Get Form Now button on the current page to make access to the PDF editor.
  • Wait for a moment before the Ccc 307 is loaded
  • Use the tools in the top toolbar to edit the file, and the edits will be saved automatically
  • Download your completed file.
Get Form

Download the form

The best-rated Tool to Edit and Sign the Ccc 307

Start editing a Ccc 307 right now

Get Form

Download the form

A quick guide on editing Ccc 307 Online

It has become really simple just recently to edit your PDF files online, and CocoDoc is the best PDF text editor for you to have some editing to your file and save it. Follow our simple tutorial to start!

  • Click the Get Form or Get Form Now button on the current page to start modifying your PDF
  • Add, change or delete your text using the editing tools on the toolbar on the top.
  • Affter altering your content, put the date on and draw a signature to complete it.
  • Go over it agian your form before you click to download it

How to add a signature on your Ccc 307

Though most people are adapted to signing paper documents using a pen, electronic signatures are becoming more normal, follow these steps to eSign PDF!

  • Click the Get Form or Get Form Now button to begin editing on Ccc 307 in CocoDoc PDF editor.
  • Click on the Sign tool in the toolbar on the top
  • A window will pop up, click Add new signature button and you'll have three options—Type, Draw, and Upload. Once you're done, click the Save button.
  • Drag, resize and settle the signature inside your PDF file

How to add a textbox on your Ccc 307

If you have the need to add a text box on your PDF and customize your own content, follow the guide to accomplish it.

  • Open the PDF file in CocoDoc PDF editor.
  • Click Text Box on the top toolbar and move your mouse to position it wherever you want to put it.
  • Write in the text you need to insert. After you’ve input the text, you can use the text editing tools to resize, color or bold the text.
  • When you're done, click OK to save it. If you’re not happy with the text, click on the trash can icon to delete it and take up again.

A quick guide to Edit Your Ccc 307 on G Suite

If you are looking about for a solution for PDF editing on G suite, CocoDoc PDF editor is a recommendable tool that can be used directly from Google Drive to create or edit files.

  • Find CocoDoc PDF editor and set up the add-on for google drive.
  • Right-click on a PDF document in your Google Drive and choose Open With.
  • Select CocoDoc PDF on the popup list to open your file with and give CocoDoc access to your google account.
  • Modify PDF documents, adding text, images, editing existing text, annotate in highlight, fullly polish the texts in CocoDoc PDF editor before saving and downloading it.

PDF Editor FAQ

When Kanye West, in Black Skinhead, states “ I keep it 300, like the Romans,” what historical event involving 300 Romans is he referring to?

It is safe to say that Kanye West is not a classicist some pick it up as the 300 Spartans in Thermopalye though others may go to the incident mentioned by the historian Livy that in 358 BC, Rome declared war on Tarquinii after forces from that city had raided Roman territory. Consul Gaius Fabius Ambustus was assigned to that war. However, the Tarquinienses defeated Fabius and sacrificed 307 Roman prisoners of war. Howwever, I suspect he is trying to be terribly clever on Rap Genius an apologist has already explained this away as “Also, the Roman Numerals for 300 are CCC, an initial-ism for Calm Cool and Collected — Commonly mistaken for a film-mix up this is actually one of the most genius lyrics ‘Ye has written. To one who is not attentive to Kanye’s lyrical intricacies, this may seem like a mistake. But Kanye is really just ‘cool, calm, and collected’ no matter what — he’s always a few steps ahead of the common man. A real Jesus figure.” Which I think can safely considered to be total bollocks as looking at the lyrics in the chorus goes like this which I got from Genius.com.Four in the mornin', and I'm zonin'They say I'm possessed, it's an omenI keep it 300, like the Romans 300 bitches, where the Trojans?Baby, we livin' in the moment I've been a menace for the longest But I ain't finished, I'm devoted And you know it, and you know itIt has more to to do with it rhyming more than anything else and it does look like he has a book with words that rhyme with each other - the next line 300 bitches, where the Trojans might have to do with the brand of condoms than the Ancient Trojan people the Romans claimed they were descended from but then there was also claims they descended from Greek colonists and the son of Odysseus & Circe called Romos. Basically Kanye West with a side order of the casual misogyny that critics of rap accuse the genre of having just thought that no one would really analyse his lyrics as it is just him mumbling to someone else’s music.

Can the sets of digits of n and n^3 in base 10 be equal and consisting of just four distinct digits? Can the sets of digits of n and n^3 in base 14 be equal and consisting of just five distinct digits?

If I had to bet, I'd say yes, but the fact is that there are no solutions to both questions up to a large limit. For the first question, the limit is 2*10^8. The second question has no solutions up to tetradecimal 12000000. Conjecture: There are solutions to both questions up to H_4(2,6) digits in that bases, where H is the hyperoperation.Note that 24D(0^^n)^3=D02420D(0^^3*n) in base 14. For positive n, the sets of digits of n and n^3 in base 14 are equal and consisting of exactly four different digits. Note also that 16564(0^^n)^3=4544600014144(0^^3*n) in base 10. For positive n, the sets of digits of n and n^3 in base 10 are equal and consisting of exactly five distinct digits. These are only near-misses, not the answers to both questions.If we change the exponent 3 to 2, we have infinitely many solutions:Base 10: 4762^2=22676644, the smallest, or much larger 50025515^2=2502552151015225.Base 14: 13507^2=177505037, or slightly larger A0C37^2=7337AA0C37, or slightly larger 1C3701^2=3730C737001.There are few such results with only four different digits. The only known ones are of the form 461*14^n, nEN.For squares and at most four digits in concatenation of n and n^2 up to tetradecimal 2000000 there are such results, n nonnegative, using Magma.Input:b:=14; [[IntegerToString(n,b),IntegerToString(n^2,b)]: n in [0..2*b^6] | #Set(Intseq(n,b)) le 4 and #Set(Intseq(n,b) cat Intseq(n^2,b)) le 4];Output:[[ 0, 0 ],[ 1, 1 ],[ 2, 4 ],[ 3, 9 ],[ 4, 12 ],[ 5, 1B ],[ 6, 28 ],[ 7, 37 ],[ 8, 48 ],[ 9, 5B ],[ A, 72 ],[ B, 89 ],[ C, A4 ],[ D, C1 ],[ 10, 100 ],[ 11, 121 ],[ 12, 144 ],[ 13, 169 ],[ 14, 192 ],[ 15, 1BB ],[ 17, 237 ],[ 18, 268 ],[ 19, 29B ],[ 1A, 2D2 ],[ 1D, 3A1 ],[ 20, 400 ],[ 21, 441 ],[ 22, 484 ],[ 24, 532 ],[ 25, 57B ],[ 27, 637 ],[ 28, 688 ],[ 2A, 752 ],[ 2C, 824 ],[ 2D, 881 ],[ 30, 900 ],[ 31, 961 ],[ 33, A49 ],[ 35, B3B ],[ 37, C37 ],[ 38, CA8 ],[ 39, D3B ],[ 3D, 1161 ],[ 40, 1200 ],[ 41, 1281 ],[ 42, 1324 ],[ 44, 1452 ],[ 4D, 1A41 ],[ 50, 1B00 ],[ 51, 1BA1 ],[ 57, 2237 ],[ 60, 2800 ],[ 67, 3037 ],[ 70, 3700 ],[ 77, 4037 ],[ 78, 4148 ],[ 80, 4800 ],[ 82, 4A44 ],[ 88, 5368 ],[ 90, 5B00 ],[ 97, 6637 ],[ 98, 6788 ],[ 9B, 6BA9 ],[ A0, 7200 ],[ A6, 7AA8 ],[ A7, 7C37 ],[ A8, 7DA8 ],[ AA, 82B2 ],[ B0, 8900 ],[ B1, 8A81 ],[ B9, 997B ],[ BB, 9CC9 ],[ C0, A400 ],[ C1, A5A1 ],[ C9, B5BB ],[ CB, B969 ],[ CC, BB44 ],[ D0, C100 ],[ D1, C2C1 ],[ D7, D037 ],[ D8, D228 ],[ DD, DC01 ],[ 100, 10000 ],[ 101, 10201 ],[ 102, 10404 ],[ 107, 11037 ],[ 10D, 11CC1 ],[ 110, 12100 ],[ 111, 12321 ],[ 112, 12544 ],[ 114, 12992 ],[ 115, 12BBB ],[ 117, 13237 ],[ 11D, 141A1 ],[ 120, 14400 ],[ 121, 14641 ],[ 122, 14884 ],[ 128, 15888 ],[ 131, 16B61 ],[ 137, 17C37 ],[ 141, 19481 ],[ 150, 1BB00 ],[ 1A8, 311A8 ],[ 200, 40000 ],[ 201, 40401 ],[ 202, 40804 ],[ 204, 41212 ],[ 208, 42448 ],[ 210, 44100 ],[ 211, 44521 ],[ 212, 44944 ],[ 220, 48400 ],[ 221, 48841 ],[ 222, 48C84 ],[ 228, 4AA88 ],[ 22C, 4C024 ],[ 244, 54652 ],[ 26A, 62112 ],[ 280, 68800 ],[ 300, 90000 ],[ 307, 93037 ],[ 337, A7C37 ],[ 338, A84A8 ],[ 350, B3B00 ],[ 370, C3700 ],[ 377, C7037 ],[ 400, 120000 ],[ 402, 121204 ],[ 404, 122412 ],[ 43C, 143CC4 ],[ 44D, 14D241 ],[ 500, 1B0000 ],[ 544, 202252 ],[ 600, 280000 ],[ 670, 303700 ],[ 700, 370000 ],[ 701, 371001 ],[ 703, 373009 ],[ 707, 377037 ],[ 737, 3A7C37 ],[ 770, 403700 ],[ 800, 480000 ],[ 802, 482404 ],[ 848, 4D48C8 ],[ 858, 507508 ],[ 898, 555988 ],[ 8A6, 5668A8 ],[ 900, 5B0000 ],[ 993, 693CC9 ],[ 997, 699637 ],[ A00, 720000 ],[ B00, 890000 ],[ B7B, 977889 ],[ B88, 98BB68 ],[ B8B, 992B29 ],[ B90, 997B00 ],[ BB0, 9CC900 ],[ BB9, 9DDB7B ],[ C00, A40000 ],[ CBB, BACAC9 ],[ CC0, BB4400 ],[ CC9, BC6BBB ],[ CCC, BCC544 ],[ D00, C10000 ],[ D01, C11C01 ],[ D11, C2DD21 ],[ D37, C77C37 ],[ D61, CC66C1 ],[ D70, D03700 ],[ D80, D22800 ],[ DD0, DC0100 ],[ DD7, DD0037 ],[ DD8, DD2028 ],[ DDD, DDC001 ],[ 1000, 1000000 ],[ 1001, 1002001 ],[ 1002, 1004004 ],[ 1007, 1010037 ],[ 100D, 101C0C1 ],[ 1010, 1020100 ],[ 1011, 1022121 ],[ 1012, 1024144 ],[ 1020, 1040400 ],[ 1021, 1042441 ],[ 106D, 1101601 ],[ 1070, 1103700 ],[ 10D0, 11CC100 ],[ 1100, 1210000 ],[ 1101, 1212201 ],[ 1102, 1214404 ],[ 1110, 1232100 ],[ 1111, 1234321 ],[ 11A8, 13A31A8 ],[ 11D1, 141C4C1 ],[ 1200, 1440000 ],[ 1201, 1442401 ],[ 1251, 151A1A1 ],[ 1337, 1737C37 ],[ 1500, 1BB0000 ],[ 1828, 2721888 ],[ 2000, 4000000 ],[ 2001, 4004001 ],[ 2002, 4008004 ],[ 2004, 4012012 ],[ 2008, 4024048 ],[ 2010, 4040100 ],[ 2011, 4044121 ],[ 2020, 4080400 ],[ 2022, 4088484 ],[ 2040, 4121200 ],[ 2080, 4244800 ],[ 2100, 4410000 ],[ 2101, 4414201 ],[ 212C, 44CC424 ],[ 2200, 4840000 ],[ 2202, 4848804 ],[ 22C0, 4C02400 ],[ 2528, 5892288 ],[ 26A1, 6216161 ],[ 26B6, 6282688 ],[ 2800, 6880000 ],[ 2A7A, 7822772 ],[ 3000, 9000000 ],[ 3007, 9030037 ],[ 3070, 9303700 ],[ 33B3, A9BA3A9 ],[ 3500, B3B0000 ],[ 3535, B55853B ],[ 3700, C370000 ],[ 3737, C537C37 ],[ 3770, C703700 ],[ 4000, 12000000 ],[ 4002, 12012004 ],[ 4004, 12024012 ],[ 4020, 12120400 ],[ 4040, 12241200 ],[ 5000, 1B000000 ],[ 5440, 20225200 ],[ 6000, 28000000 ],[ 626A, 2A22A112 ],[ 6700, 30370000 ],[ 7000, 37000000 ],[ 7001, 37010001 ],[ 7003, 37030009 ],[ 7007, 37070037 ],[ 7010, 37100100 ],[ 7030, 37300900 ],[ 7037, 37370C37 ],[ 7067, 37673037 ],[ 7070, 37703700 ],[ 7077, 37774037 ],[ 70D7, 37D7D037 ],[ 7700, 40370000 ],[ 7707, 40407037 ],[ 8000, 48000000 ],[ 8002, 48024004 ],[ 8020, 48240400 ],[ 8580, 50750800 ],[ 8980, 55598800 ],[ 9000, 5B000000 ],[ 9898, 68799988 ],[ A000, 72000000 ],[ ADA8, 88888BA8 ],[ B000, 89000000 ],[ B539, 9359B53B ],[ B900, 997B0000 ],[ BB00, 9CC90000 ],[ C000, A4000000 ],[ CC00, BB440000 ],[ CCB8, BCB833C8 ],[ D000, C1000000 ],[ D001, C101C001 ],[ D010, C11C0100 ],[ D700, D0370000 ],[ D800, D2280000 ],[ DD00, DC010000 ],[ DD70, DD003700 ],[ DD80, DD202800 ],[ DDD0, DDC00100 ],[ DDD7, DDD00037 ],[ DDD8, DDD20028 ],[ DDDD, DDDC0001 ],[ 10000, 100000000 ],[ 10001, 100020001 ],[ 10002, 100040004 ],[ 10007, 100100037 ],[ 1000D, 1001C00C1 ],[ 10010, 100200100 ],[ 10011, 100220121 ],[ 10012, 100240144 ],[ 10020, 100400400 ],[ 10021, 100420441 ],[ 10070, 101003700 ],[ 100D0, 101C0C100 ],[ 100DD, 101DCDC01 ],[ 10100, 102010000 ],[ 10101, 102030201 ],[ 10110, 102212100 ],[ 10111, 102232321 ],[ 10120, 102414400 ],[ 10200, 104040000 ],[ 10210, 104244100 ],[ 10401, 108140801 ],[ 106D0, 110160100 ],[ 10700, 110370000 ],[ 10B01, 1188B1801 ],[ 10D00, 11CC10000 ],[ 11000, 121000000 ],[ 11001, 121022001 ],[ 11002, 121044004 ],[ 11010, 121220100 ],[ 11011, 121242121 ],[ 11020, 121440400 ],[ 11100, 123210000 ],[ 11101, 123232201 ],[ 12000, 144000000 ],[ 12001, 144024001 ],[ 12010, 144240100 ],[ 13737, 17CC37C37 ],[ 15000, 1BB000000 ],[ 20000, 400000000 ],[ 20001, 400040001 ],[ 20002, 400080004 ],[ 20004, 400120012 ],[ 20008, 400240048 ],[ 20010, 400400100 ],[ 20011, 400440121 ],[ 20020, 400800400 ],[ 20022, 400880484 ],[ 20040, 401201200 ],[ 20080, 402404800 ],[ 20100, 404010000 ],[ 20110, 404412100 ],[ 20200, 408040000 ],[ 20208, 408282448 ],[ 20220, 408848400 ],[ 20400, 412120000 ],[ 20404, 412242412 ],[ 20800, 424480000 ],[ 21000, 441000000 ],[ 21001, 441042001 ],[ 21010, 441420100 ],[ 22000, 484000000 ],[ 22002, 484088004 ],[ 22020, 484880400 ],[ 22C00, 4C0240000 ],[ 28000, 688000000 ],[ 30000, 900000000 ],[ 30007, 900300037 ],[ 30070, 903003700 ],[ 30700, 930370000 ],[ 35000, B3B000000 ],[ 37000, C37000000 ],[ 37007, C37370037 ],[ 37700, C70370000 ],[ 37707, C70707037 ],[ 40000, 1200000000 ],[ 40002, 1200120004 ],[ 40004, 1200240012 ],[ 40020, 1201200400 ],[ 40040, 1202401200 ],[ 40200, 1212040000 ],[ 40400, 1224120000 ],[ 40402, 1224241204 ],[ 50000, 1B00000000 ],[ 54400, 2022520000 ],[ 60000, 2800000000 ],[ 67000, 3037000000 ],[ 67007, 3037670037 ],[ 70000, 3700000000 ],[ 70001, 3700100001 ],[ 70003, 3700300009 ],[ 70007, 3700700037 ],[ 70010, 3701000100 ],[ 70030, 3703000900 ],[ 70037, 3703700C37 ],[ 70067, 3706703037 ],[ 70070, 3707003700 ],[ 70077, 3707704037 ],[ 700D7, 370D70D037 ],[ 70100, 3710010000 ],[ 70107, 3710711037 ],[ 70300, 3730090000 ],[ 70307, 3730793037 ],[ 70370, 37370C3700 ],[ 70377, 37377C7037 ],[ 70670, 3767303700 ],[ 70700, 3770370000 ],[ 70707, 3770A77037 ],[ 70770, 3777403700 ],[ 70777, 3777B0B037 ],[ 70D70, 37D7D03700 ],[ 77000, 4037000000 ],[ 77007, 4037770037 ],[ 77070, 4040703700 ],[ 80000, 4800000000 ],[ 80002, 4800240004 ],[ 80020, 4802400400 ],[ 80200, 4824040000 ],[ 80202, 4824280804 ],[ 80408, 4848A44848 ],[ 85800, 5075080000 ],[ 89800, 5559880000 ],[ 90000, 5B00000000 ],[ 98898, 6866887988 ],[ A0000, 7200000000 ],[ B0000, 8900000000 ],[ B87B9, 98B77B897B ],[ B9000, 997B000000 ],[ BB000, 9CC9000000 ],[ C0000, A400000000 ],[ CC000, BB44000000 ],[ D0000, C100000000 ],[ D0001, C1001C0001 ],[ D0010, C101C00100 ],[ D0100, C11C010000 ],[ D7000, D037000000 ],[ D7007, D037D70037 ],[ D8000, D228000000 ],[ DD000, DC01000000 ],[ DD001, DC011DC001 ],[ DD700, DD00370000 ],[ DD800, DD20280000 ],[ DDD00, DDC0010000 ],[ DDD70, DDD0003700 ],[ DDD80, DDD2002800 ],[ DDDD0, DDDC000100 ],[ DDDD7, DDDD000037 ],[ DDDD8, DDDD200028 ],[ DDDDD, DDDDC00001 ],[ 100000, 10000000000 ],[ 100001, 10000200001 ],[ 100002, 10000400004 ],[ 100007, 10001000037 ],[ 10000D, 10001C000C1 ],[ 100010, 10002000100 ],[ 100011, 10002200121 ],[ 100012, 10002400144 ],[ 100020, 10004000400 ],[ 100021, 10004200441 ],[ 100070, 10010003700 ],[ 1000D0, 1001C00C100 ],[ 1000DD, 1001DC0DC01 ],[ 100100, 10020010000 ],[ 100101, 10020210201 ],[ 100102, 10020410404 ],[ 100110, 10022012100 ],[ 100111, 10022212321 ],[ 100120, 10024014400 ],[ 100200, 10040040000 ],[ 100201, 10040240401 ],[ 100210, 10042044100 ],[ 1006DD, 1010016D001 ],[ 100700, 10100370000 ],[ 100701, 10100571001 ],[ 100707, 10101377037 ],[ 100D00, 101C0C10000 ],[ 100D01, 101C1011C01 ],[ 100DD0, 101DCDC0100 ],[ 101000, 10201000000 ],[ 101001, 10201202001 ],[ 101002, 10201404004 ],[ 101010, 10203020100 ],[ 101011, 10203222121 ],[ 101100, 10221210000 ],[ 101101, 10221412201 ],[ 101110, 10223232100 ],[ 101200, 10241440000 ],[ 102000, 10404000000 ],[ 102001, 10404204001 ],[ 102100, 10424410000 ],[ 104010, 10814080100 ],[ 106D00, 11016010000 ],[ 107000, 11037000000 ],[ 10B010, 1188B180100 ],[ 10D000, 11CC1000000 ],[ 110000, 12100000000 ],[ 110001, 12100220001 ],[ 110002, 12100440004 ],[ 110010, 12102200100 ],[ 110011, 12102420121 ],[ 110020, 12104400400 ],[ 110100, 12122010000 ],[ 110101, 12122230201 ],[ 110110, 12124212100 ],[ 110200, 12144040000 ],[ 111000, 12321000000 ],[ 111001, 12321222001 ],[ 111010, 12323220100 ],[ 120000, 14400000000 ],[ 120001, 14400240001 ],[ 120010, 14402400100 ],[ 120100, 14424010000 ],[ 150000, 1BB00000000 ],[ 200000, 40000000000 ],[ 200001, 40000400001 ],[ 200002, 40000800004 ],[ 200004, 40001200012 ],[ 200008, 40002400048 ],[ 200010, 40004000100 ],[ 200011, 40004400121 ],[ 200020, 40008000400 ],[ 200022, 40008800484 ],[ 200040, 40012001200 ],[ 200080, 40024004800 ],[ 200100, 40040010000 ],[ 200101, 40040410201 ],[ 200110, 40044012100 ],[ 200200, 40080040000 ],[ 200202, 40080840804 ],[ 200208, 40082442448 ],[ 200220, 40088048400 ],[ 200400, 40120120000 ],[ 200800, 40240480000 ],[ 201000, 40401000000 ],[ 201001, 40401402001 ],[ 201100, 40441210000 ],[ 202000, 40804000000 ],[ 202002, 40804808004 ],[ 202080, 40828244800 ],[ 202200, 40884840000 ],[ 204000, 41212000000 ],[ 204040, 41224241200 ],[ 208000, 42448000000 ],[ 208002, 42448824004 ],[ 210000, 44100000000 ],[ 210001, 44100420001 ],[ 210010, 44104200100 ],[ 210100, 44142010000 ],[ 220000, 48400000000 ],[ 220002, 48400880004 ],[ 220020, 48408800400 ],[ 220200, 48488040000 ],[ 22C000, 4C024000000 ],[ 280000, 68800000000 ],[ 300000, 90000000000 ],[ 300007, 90003000037 ],[ 300070, 90030003700 ],[ 300700, 90300370000 ],[ 300707, 90303377037 ],[ 307000, 93037000000 ],[ 33CAA7, AA7CA737C37 ],[ 33CC38, AA888A3C8A8 ],[ 350000, B3B00000000 ],[ 370000, C3700000000 ],[ 370007, C3703700037 ],[ 370070, C3737003700 ],[ 377000, C7037000000 ],[ 377070, C7070703700 ],[ 400000, 120000000000 ],[ 400002, 120001200004 ],[ 400004, 120002400012 ],[ 400020, 120012000400 ],[ 400040, 120024001200 ],[ 400200, 120120040000 ],[ 400204, 120122441212 ],[ 400400, 120240120000 ],[ 402000, 121204000000 ],[ 404000, 122412000000 ],[ 404004, 122414424012 ],[ 404020, 122424120400 ],[ 500000, 1B0000000000 ],[ 544000, 202252000000 ],[ 599544, 245542494252 ],[ 600000, 280000000000 ],[ 670000, 303700000000 ],[ 670007, 303706700037 ],[ 670067, 303760703037 ],[ 670070, 303767003700 ],[ 700000, 370000000000 ],[ 700001, 370001000001 ],[ 700003, 370003000009 ],[ 700007, 370007000037 ],[ 700010, 370010000100 ],[ 700030, 370030000900 ],[ 700037, 370037000C37 ],[ 700067, 370067003037 ],[ 700070, 370070003700 ],[ 700077, 370077004037 ],[ 7000D7, 3700D700D037 ],[ 700100, 370100010000 ],[ 700107, 370107011037 ],[ 700300, 370300090000 ],[ 700307, 370307093037 ],[ 700370, 3703700C3700 ],[ 700377, 3703770C7037 ],[ 700670, 370670303700 ],[ 700700, 370700370000 ],[ 700701, 370701371001 ],[ 700703, 370703373009 ],[ 700707, 370707377037 ],[ 700770, 370770403700 ],[ 700D70, 370D70D03700 ],[ 700DD7, 370DD7DD0037 ],[ 701000, 371001000000 ],[ 701070, 371071103700 ],[ 701701, 371703373001 ],[ 703000, 373009000000 ],[ 703070, 373079303700 ],[ 703700, 37370C370000 ],[ 703770, 37377C703700 ],[ 706700, 376730370000 ],[ 707000, 377037000000 ],[ 707007, 377040070037 ],[ 707037, 377070370C37 ],[ 707070, 3770A7703700 ],[ 707700, 377740370000 ],[ 707707, 377747407037 ],[ 707737, 377777737C37 ],[ 707770, 3777B0B03700 ],[ 707777, 3777B7B7B037 ],[ 70D700, 37D7D0370000 ],[ 770000, 403700000000 ],[ 770007, 403707700037 ],[ 770070, 403777003700 ],[ 770700, 404070370000 ],[ 770701, 404071471001 ],[ 800000, 480000000000 ],[ 800002, 480002400004 ],[ 800020, 480024000400 ],[ 800200, 480240040000 ],[ 800202, 480242440804 ],[ 802000, 482404000000 ],[ 802020, 482428080400 ],[ 804080, 4848A4484800 ],[ 858000, 507508000000 ],[ 898000, 555988000000 ],[ 900000, 5B0000000000 ],[ 988966, 686666484948 ],[ A00000, 720000000000 ],[ B00000, 890000000000 ],[ B90000, 997B00000000 ],[ BB0000, 9CC900000000 ],[ C00000, A40000000000 ],[ CC0000, BB4400000000 ],[ D00000, C10000000000 ],[ D00001, C10001C00001 ],[ D00010, C1001C000100 ],[ D00100, C101C0010000 ],[ D01000, C11C01000000 ],[ D70000, D03700000000 ],[ D70007, D0370D700037 ],[ D70070, D037D7003700 ],[ D80000, D22800000000 ],[ DD0000, DC0100000000 ],[ DD0001, DC0101DC0001 ],[ DD0010, DC011DC00100 ],[ DD7000, DD0037000000 ],[ DD8000, DD2028000000 ],[ DDD000, DDC001000000 ],[ DDD0DD, DDC1DCC11C01 ],[ DDD700, DDD000370000 ],[ DDD800, DDD200280000 ],[ DDDD00, DDDC00010000 ],[ DDDD70, DDDD00003700 ],[ DDDD80, DDDD20002800 ],[ DDDDD0, DDDDC0000100 ],[ DDDDD7, DDDDD0000037 ],[ DDDDD8, DDDDD2000028 ],[ DDDDDD, DDDDDC000001 ],[ 1000000, 1000000000000 ],[ 1000001, 1000002000001 ],[ 1000002, 1000004000004 ],[ 1000007, 1000010000037 ],[ 100000D, 100001C0000C1 ],[ 1000010, 1000020000100 ],[ 1000011, 1000022000121 ],[ 1000012, 1000024000144 ],[ 1000020, 1000040000400 ],[ 1000021, 1000042000441 ],[ 1000070, 1000100003700 ],[ 10000D0, 10001C000C100 ],[ 10000DD, 10001DC00DC01 ],[ 1000100, 1000200010000 ],[ 1000101, 1000202010201 ],[ 1000102, 1000204010404 ],[ 1000110, 1000220012100 ],[ 1000111, 1000222012321 ],[ 1000120, 1000240014400 ],[ 1000200, 1000400040000 ],[ 1000201, 1000402040401 ],[ 1000210, 1000420044100 ],[ 1000700, 1001000370000 ],[ 1000707, 1001010377037 ],[ 1000D00, 1001C00C10000 ],[ 1000DD0, 1001DC0DC0100 ],[ 1000DDD, 1001DDCDDC001 ],[ 1001000, 1002001000000 ],[ 1001001, 1002003002001 ],[ 1001010, 1002021020100 ],[ 1001011, 1002023022121 ],[ 1001020, 1002041040400 ],[ 1001100, 1002201210000 ],[ 1001101, 1002203212201 ],[ 1001110, 1002221232100 ],[ 1001200, 1002401440000 ],[ 1002000, 1004004000000 ],[ 1002010, 1004024040100 ],[ 1002100, 1004204410000 ],[ 1003701, 1007010377001 ],[ 1004001, 1008014008001 ],[ 1006DD0, 1010016D00100 ],[ 1007000, 1010037000000 ],[ 1007010, 1010057100100 ],[ 1007070, 1010137703700 ],[ 100B001, 101808B018001 ],[ 100D000, 101C0C1000000 ],[ 100D010, 101C1011C0100 ],[ 100DD00, 101DCDC010000 ],[ 1010000, 1020100000000 ],[ 1010001, 1020102020001 ],[ 1010002, 1020104040004 ],[ 1010010, 1020120200100 ],[ 1010011, 1020122220121 ],[ 1010012, 1020124240144 ],[ 1010020, 1020140400400 ],[ 1010021, 1020142420441 ],[ 1010100, 1020302010000 ],[ 1010110, 1020322212100 ],[ 1011000, 1022121000000 ],[ 1011001, 1022123022001 ],[ 1011010, 1022141220100 ],[ 1011100, 1022323210000 ],[ 1012000, 1024144000000 ],[ 1020000, 1040400000000 ],[ 1020001, 1040402040001 ],[ 1020010, 1040420400100 ],[ 1020011, 1040422440121 ],[ 1021000, 1042441000000 ],[ 1030301, 1061116110601 ],[ 1040100, 1081408010000 ],[ 106D000, 1101601000000 ],[ 1070000, 1103700000000 ],[ 1070007, 1103710700037 ],[ 10B0100, 1188B18010000 ],[ 10D0000, 11CC100000000 ],[ 1100000, 1210000000000 ],[ 1100001, 1210002200001 ],[ 1100002, 1210004400004 ],[ 1100010, 1210022000100 ],[ 1100011, 1210024200121 ],[ 1100020, 1210044000400 ],[ 1100100, 1210220010000 ],[ 1100101, 1210222210201 ],[ 1100102, 1210224410404 ],[ 1100110, 1210242012100 ],[ 1100200, 1210440040000 ],[ 1100201, 1210442240401 ],[ 1101000, 1212201000000 ],[ 1101001, 1212203202001 ],[ 1101010, 1212223020100 ],[ 1101011, 1212225222121 ],[ 1101100, 1212421210000 ],[ 1102000, 1214404000000 ],[ 1110000, 1232100000000 ],[ 1110001, 1232102220001 ],[ 1110010, 1232122200100 ],[ 1110100, 1232322010000 ],[ 1200000, 1440000000000 ],[ 1200001, 1440002400001 ],[ 1200010, 1440024000100 ],[ 1200100, 1440240010000 ],[ 1200101, 1440242410201 ],[ 1201000, 1442401000000 ],[ 1500000, 1BB0000000000 ],[ 2000000, 4000000000000 ]]Note the bouncing phenomenon in the list above.

Comments from Our Customers

It is easy to program and it helped us in automating our quoting system with a fast and easy online app

Justin Miller