index.html

692 B · html · 16 lines

1<!doctype html>2<html lang="en" data-prefix="mrly-">3<head>4<meta charset="utf-8">5<meta name="viewport" content="width=device-width, initial-scale=1">6<title>Three plus four</title>7<meta name="description" content="Erdos problem 125: add a number with base-3 digits 0 and 1 to one with base-4 digits 0 and 1. Just below each near meeting of a power of 3 and a power of 4 the sums miss a whole run, and their lower density is 0. Is their upper density positive?">8<meta name="shelf" content="designs">9<meta name="order" content="15">10<link rel="stylesheet" href="../../../lib/mrly.css">11</head>12<body>13<div id="root"></div>14<script type="module" src="./index.jsx"></script>15</body>16</html>