Skip to content

Instantly share code, notes, and snippets.

@RobertTalbert
Created February 4, 2025 22:14
Show Gist options
  • Save RobertTalbert/73f3e899c2edaea480a411c2b7cb3959 to your computer and use it in GitHub Desktop.
Save RobertTalbert/73f3e899c2edaea480a411c2b7cb3959 to your computer and use it in GitHub Desktop.
Prime numbers ending in 3
[3, 13, 23, 43, 53, 73, 83, 103, 113, 163, 173, 193, 223, 233, 263, 283, 293,
313, 353, 373, 383, 433, 443, 463, 503, 523, 563, 593, 613, 643, 653, 673, 683,
733, 743, 773, 823, 853, 863, 883, 953, 983, 1013, 1033, 1063, 1093, 1103, 1123,
1153, 1163, 1193, 1223, 1283, 1303, 1373, 1423, 1433, 1453, 1483, 1493, 1523,
1553, 1583, 1613, 1663, 1733, 1783, 1823, 1823, 1873, 1913, 1933, 1973, 1993,
2003, 2053, 2083, 2113, 2143, 2153, 2203, 2213, 2273, 2293, 2333, 2383, 2393,
2423, 2473, 2503, 2543, 2593, 2633, 2663, 2683, 2693, 2713, 2753, 2803, 2833,
2843, 2903, 2953, 2963]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment