Euler's Number Viewer - Online Show Many Digits of e
View thousands of digits of Euler's number (e). Click to copy a block. For math enthusiasts.
UD5 Toolkit
Validate 2p − 1 primes using the Lucas–Lehmer primality test
| # | p (Exponent) | Mersenne Prime (2p−1) | Digits |
|---|---|---|---|
| 1 | 2 | 3 | 1 |
| 2 | 3 | 7 | 1 |
| 3 | 5 | 31 | 2 |
| 4 | 7 | 127 | 3 |
| 5 | 13 | 8191 | 4 |
| 6 | 17 | 131071 | 6 |
| 7 | 19 | 524287 | 6 |
| 8 | 31 | 2147483647 | 10 |
| 9 | 61 | 2305843009213693951 | 19 |
| 10 | 89 | 618970019642...137449562111 | 27 |
| 11 | 107 | 162259276829...578010288127 | 33 |
| 12 | 127 | 170141183460...715884105727 | 39 |
| 13 | 521 | 686479766013...291115057151 | 157 |
| 14 | 607 | 531137992816...219031728127 | 183 |
| 15 | 1279 | 104079321946...703168729087 | 386 |
| 16 | 2203 | 147597991521...686697771007 | 664 |
| 17 | 2281 | 446087557183...418132836351 | 687 |
| 18 | 3217 | 259117086013...362909315071 | 969 |
| 19 | 4253 | 190797007524...815350484991 | 1281 |
| 20 | 4423 | 285542542228...902608580607 | 1332 |
51 Mersenne primes are known as of 2024. The largest is M82589933 with 24,862,048 digits, discovered in December 2018 by GIMPS.
Powered by the deterministic Lucas–Lehmer primality test | JavaScript BigInt arithmetic
For large exponents (p > 10,000), consider using GIMPS with Prime95 for production-grade verification.
View thousands of digits of Euler's number (e). Click to copy a block. For math enthusiasts.
Convert between scientific notation (a × 10^n) and decimal form. Also supports engineering notation. Instant, local.
Paste CSV data and instantly get a formatted MediaWiki table code. Ideal for Wikipedia editors and internal wikis.
Transliterate English text into Anglo‑Saxon runes (Futhorc). Different from Elder Futhark. For history and art.
Generate an Article or BlogPosting structured data with headline, author, and image. For rich blog results.
Paste the content of an XML sitemap and extract a plain list of all the URLs. For further analysis. Local.
Paste a MySQL ENUM definition and get a TypeScript union type string literal. For type‑safe database schemas.
Paste a YAML example and generate a JSON Schema draft that matches the structure. Helps build API specs. Pure client-side inference.
Parse an iCalendar file and output the events as a clean JSON array. For developers integrating calendar data. Client‑side only.
Check if the browser has captured the beforeinstallprompt event. Understand why your PWA is (or isn't) installable.
Check if a password appears in the Have I Been Pwned database using k‑Anonymity. Only the first 5 characters of the hash are sent.
Solve random arithmetic problems under a time limit. Track your score and improve mental calculation. No data collected.
Enter an API URL and quickly check its HTTP status code and response time. See response headers and body. Browser fetch.
Type any character and see how it renders in different font stacks. Detect missing glyphs and fallback behavior.
Enter a mathematical function for dx and dy and see the vector field arrows. Perfect for studying differential equations.
Look at HTTP headers and JavaScript objects to guess which browser extensions might be installed. For awareness.
Enter a package name and version range to see all satisfying versions from the registry. Understand ^ and ~.
Check if an IBAN has the correct length and structure for its country. Early validation, no bank connection.
Drop an image that might have wrong extension and see its real format (JPEG, PNG, WebP) based on header bytes.
Enter a URL and see its favicon at all standard sizes. Check if it's properly defined. SEO basic check.
Paste your email body and subject, and get a spam score based on common trigger words and patterns. Improve your cold outreach.
Type a word to see all its homophones with definitions. Avoid embarrassing mistakes (their/there/they’re). Static dictionary.
Scroll through thousands of pre‑computed digits of π. Search for a specific string of digits. For math lovers.
Enter a year to check if it is a leap year. Shows the rule explanation and next/previous leap years. Simple reference.
Generate magic squares of odd order (3x3, 5x5, …). See the sum constant and verify rows, columns, diagonals. Educational math toy.
Find out if a word is an isogram (no repeating letters). Different types: first-order, second-order. Word nerd fun.
Check if a word or phrase is a palindrome (reads same forward and backward). Live validation and fun facts.
Generate the Koch snowflake fractal to a desired iteration level. See how the perimeter grows. Interactive geometric art.
Draw perfect ellipses by dragging focal points and a point on the curve. See the equation update dynamically. Educational.
Plot one or more mathematical functions f(x) on a 2D canvas. Zoom, pan, and see intersections. Great for calculus and algebra. Purely client‑side.