[
 ("george",      null,        "washington", 8, false, false),
 ("john",        null,        "adams",      4, false, false),
 ("thomas",      null,        "jefferson",  8, false, false),
 ("james",       null,        "madison",    8, false, false),
 ("james",       null,        "monroe",     8, false, false),
 ("john",        "quincy",    "adams",      4, false, false),
 ("andrew",      null,        "jackson",    8, false, false),
 ("martin",      null,        "van buren",  4, false, false),
 ("william",     "henry",     "harrison",   0, true,  false),
 ("john",        null,        "tyler",      4, false, false)
];
[
 ("james",       "knox",      "polk",       4, false, false),
 ("zachary",     null,        "taylor",     1, false, false),
 ("millard",     null,        "fillmore",   3, false, false),
 ("franklin",    null,        "pierce",     4, false, false),
 ("james",       null,        "buchanan",   4, false, false),
 ("abraham",     null,        "lincoln",    4, true,  true),
 ("andrew",      null,        "johnson",    4, false, false),
 ("ulysses",     "simpson",   "grant",      8, false, false),
 ("rutherford",  "birchard",  "hayes",      4, false, false),
 ("james",       "abram",     "garfield",   0, true,  true)
];
[
 ("chester",     "alan",      "arthrur",    4, false, false),
 ("grover",      null,        "cleveland",  4, false, false),
 ("benjamin",    null,        "harrison",   4, false, false),
 ("grover",      null,        "cleveland",  4, false, false),
 ("william",     null,        "mckinley",   4, true,  true),
 ("theodore",    null,        "roosevelt",  8, false, false),
 ("william",     "howard",    "taft",       4, false, false),
 ("woodrow",     null,        "wilson",     8, false, false),
 ("warren",      "gamaliel",  "harding",    2, true,  false),
 ("calvin",      null,        "coolidge",   6, false, false)
];
[
 ("herbert",     "clark",     "hoover",     4, false, false),
 ("franklin",    "delano",    "roosevelt", 12, true, false),
 ("harry",       "s",         "truman",     8, false, false),
 ("dwight",      "david",     "eisenhower", 8, false, false),
 ("john",        "fitzgerald","kennedy",    2, true, true),
 ("lyndon",      "baines",    "johnson",    6, false, false),
 ("richard",     "milhous",   "nixon",      5, false, false),
 ("gerald",      "rudolph",   "ford",       3, false, false),
 ("james",       "earl",      "carter",     4, false, false),
 ("ronald",      "wilson",    "reagan",     8, false, false)
];
[
 ("george",      "herbert walker", "bush",  4, false, false),
 ("william",     "jefferson", "clinton",    8, false, false),
 ("george",      "walker",    "bush",       8, false, false),
 ("barack",      "hussein",   "obama",      null, null, false)
]
