--- title: "Magic Birthday Square" type: "article" slug: "magic-birthday-square" url: "http://localhost/article/magic-birthday-square/" markdown_url: "http://localhost/article/magic-birthday-square.md" published_at: "2026-03-15T00:14:44+00:00" modified_at: "2026-03-15T00:14:45+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "A 2068/Spectrum BASIC program that generates a magic square derived from a birthday number. Uses mathematical relationships to create a grid of numbers with equal row/column sums. Article notes the program is fun but not reliable for gambling." category: - name: "Timelinez" slug: "timelinez" taxonomy: "category" url: "http://localhost/category/periodicals/timelinez/" post_tag: - name: "BASIC (programming language)" slug: "basic-programming-language" taxonomy: "post_tag" url: "http://localhost/tag/basic-programming-language/" - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" publication_r: id: 21571 title: "Timelinez" type: "periodical" url: "http://localhost/periodical/timelinez/" volume: "5" issue: "5" issues_articles: - id: 38853 title: "Timelinez v5 n5" type: "issue" url: "http://localhost/issue/timelinez-v5-n5/" pages: "5" pubdate: "May 1987" archive_link: false --- # Magic Birthday Square A 2068/Spectrum BASIC program that generates a magic square derived from a birthday number. Uses mathematical relationships to create a grid of numbers with equal row/column sums. Article notes the program is fun but not reliable for gambling.