/* * A159944.c * Calculates the entries of Sloane's A159944 (counting convex kites on an n X n grid distinct up to congruence) * * Created by Nathaniel Johnston (nathaniel@nathanieljohnston.com) * May 11, 2011 */ #include #include unsigned long long numPts; unsigned char pt[256][256]; unsigned int kiteArr[100000][3]; FILE *file; unsigned char hasKite (unsigned int sd1, unsigned int sd2, unsigned int ang1, unsigned int ang2) { unsigned int j; for(j=0;j