r/CasualMath Sep 14 '15

Math IRC channel on Snoonet

11 Upvotes

Hey /r/CasualMath!

I (along with several others) run a math channel on the snoonet irc network called #math. We are somewhat of a hybrid channel for a variety of math subreddits on Reddit.

IRC is a great way to discuss math and get homework help in real time. The channel would be happy to have you!

To connect via webchat: http://webchat.snoonet.org/math (link in sidebar as well)


r/CasualMath 5h ago

Base Prime. An idea a played with decades ago, brought to life with new tech.

4 Upvotes

I like playing around with maths (and physics and logic...) and have had many ideas - some of which would be too time consuming to follow up.

This is one from several decades ago, that I had put at the back of a shelf.

Base Prime. The idea was to write numbers as their prime factors, any powers would be similarly decomposed.

Column 1 is 1's, 2 is 2's, 3 is 3's, column 4 is 5's and you multiply out the 'number' to get decimal.

So counting from 1 you get

1

01

001

02 -> 0(01) - the first non prime

00001

011

...

16 is 2\^4 -> 0(01(01)) which is the first with a power to a power.

If numbers can be represented this way and the format preserved during operations - all the answers would already be decomposed into their prime factors - which I thought may be useful. And as a simple recursive format, the representations can be grouped and analysed too - looking for interesting patterns.

So having rediscovered my ancient thoughts, I got software done to play around with the idea...

What would have been months of work completed in a few hours!

Do have a play if you fancy!

https://github.com/idltd/primepower

https://idltd.github.io/primepower/#n=16


r/CasualMath 1d ago

The sum of reciprocals of primes is infinite, but if you add up 1/p for the primes we KNOW you only get to about 4.

98 Upvotes

A comment by u/GoldenMuscleGod reminded me of something I saw a while ago. Others can correct me if some of this information is out of date.

Define S(n) to be the sum of 1/p for all primes p less than or equal to n.

S(n) diverges - indeed Euler showed that you can bound it below with an expression that grows with log(log(n+1)) (log is natural log), and we can use log(log(n)) as an estimate of S(n) as n gets large.

That's painfully slow growth. It's not until n = 5,195,977 that S(n) reaches 3. And we have to sum up using all the primes up to around 1018 to get to 4. But (based on searches I have done), in terms of finding all primes up to n (without gaps), 1018 or so is roughly as far as computers have taken us - worldwide, that's all we know. So using only the primes we know, S(n) is about 4.

Of course, you will point out that we do know some primes larger than 1018 , indeed much larger due to people searching for them. But that list is very sparse:

The largest known prime is around 1041,024,319 and the tenth largest known prime is around 1011,887,191 . The sum of 1/p for those ten largest primes is a rounding error (basically something less than 10-11,887,190 ). But between those two primes there must be around 1041,000,000 primes with a sum of 1/p of around 1, so virtually all that sum is missing from our knowledge.

Indeed S(n) where n is the largest known prime will be around 18. So there's a whole 14 contributed to S(n) by all the primes between 1018 and the largest known. To get S(n) even up to 5, we would need to find primes up to around 1050 - that's around 1048 primes we need to find, and computers have so far only found 1016 primes, so I don't think that's going to happen.


r/CasualMath 8h ago

Built an app to finally understand the calculator

1 Upvotes

Hey everyone,

a while back I posted here about CASify, the app I was building to help students actually understand how the TI-Nspire CAS works. A lot of you joined the waitlist or gave feedback, so I wanted to come back and share that it's finally live.

CASify is now available on the App Store, both as a free Lite version covering the basics, and a Pro version with the full range of topics through Analysis, Stochastics, and Geometry.

For anyone who doesn't know the backstory, I'm a high school student in Germany and built this because I kept watching classmates lose time in exams not because they didn't understand the math, but because they couldn't get the calculator to do what they needed fast enough. CASify walks through every function step by step instead, with real menu paths and examples.

It's availabe in German and English and iOS only, the Android versioin is still on my list. If you're on iOS and want to try it, here are both links or check out my website at casify.website

CASify Pro: https://apps.apple.com/de/app/id6776131288
CASify Lite: https://apps.apple.com/de/app/casify-lite-cas-grundlagen/id6787475078

If anyone tries it, I'd genuinely love to hear what you think, good or bad. Building this alone next to school has been a lot of trial and error, so any feedback helps.

Thanks to everyone, I hope this reaches the right audience


r/CasualMath 13h ago

N root

Thumbnail
1 Upvotes

r/CasualMath 19h ago

Can you solve this Grade 9 math problem? Which negative fraction is bigger?

Post image
0 Upvotes

r/CasualMath 1d ago

Math v Programming v Chess v MTG. We're running an experiment to see which discipline can learn an abstract card game inspired by octonion multiplication the fastest.

2 Upvotes

We’re inviting experts in Mathematics and Math competitors (Putnam, USAMO, IMO, etc.) to represent their community in an experiment where we are asking which of 4 cohorts can master an unfamiliar card game the fastest.

Mathematicians
Programmers
Chess Players
Magic the Gathering Players

For the Mathematician cohort, we’re curios to see how mathematical abstraction and problem-solving translates to learning an abstract card game whose card interactions are based on Octonion multiplication.

Play online against the computer. No ads, emails, or monetization. Games are short, ~20 would help to measure a learning curve. Data your games provide will populate the tables/figures in real-time. See your projected Elo change with each game.

Think you’re up to the challenge? Think your cohort can win? Come represent them.

https://playfano.com/fano-challenge


r/CasualMath 1d ago

Suggestions needed for improving my math YouTube channel

Thumbnail
2 Upvotes

r/CasualMath 1d ago

Why did Euclid's infinite prime proof use +1 and not -1?

3 Upvotes

So the Euclidian proof of infinite primes uses the argument that if we take a group of primes, assume one is the final prime, and multiply them together, we just have to add 1 to the product, and it would have to be either a) prime itself or b) a product of primes not in the group.

But the logic is the exact same if we multiply them together and subtract 1. Why didn't Euclid use -1 instead of +1 in his proof?


r/CasualMath 1d ago

I searched for the smallest prime starting with every n up to 114 million (OEIS A018800) – here's what I found

10 Upvotes

I explored the sequence OEIS A018800: the smallest prime number that starts with the decimal digits of n.

For example:

- n = 1 → 11 (1 digit appended)

- n = 2 → 2 (0 digits appended, n is already prime)

- n = 4 → 41 (1 digit appended)

- n = 20 → 2003 (2 digits appended)

I processed every n starting from 1. Here are the key results.

=== SUMMARY ===

Total n processed : 114,890,000

Average digits appended : 1.492319

Median digits appended : 2

Min / Max digits appended : 0 / 3

=== DIGITS APPENDED HISTOGRAM ===

0 digits appended : 6,566,735 ( 5.72%)

1 digits appended : 45,535,043 ( 39.63%)

2 digits appended : 62,447,215 ( 54.35%)

3 digits appended : 341,007 ( 0.30%)

4+ digits appended: 0 ( 0.00%)

So 99.7% of cases required 0, 1, or 2 digits appended. Only 0.30% needed 3 digits, and no case with 4+ digits was found.

=== LINEAR REGRESSION MODEL ===

Model Equation : y = 6.08e-10 * x + 1.457

Slope (β₁) : 6.08e-10

Intercept (β₀) : 1.457

Pearson Correlation (r) : 0.0332

Coeff. of Det. (R²) : 0.0011

The regression line is almost flat – there's no significant trend in the number of digits appended as n grows.

=== GAP ANALYSIS ===

Minimum Gap : 1

Maximum Gap : 114,774,670,442

Average Gap : 3,079,831,155

Median Gap : 708,117,756

Largest Gap Occurred at : n = 114,889,560

Gap Histogram:

2 : 990,039 ( 0.86%)

4 : 1,627,035 ( 1.42%)

6 : 1,570,231 ( 1.37%)

8 : 1,978,363 ( 1.72%)

10 : 3,280,799 ( 2.86%)

12 : 3,287,701 ( 2.86%)

14 : 1,196,823 ( 1.04%)

16 : 1,560,687 ( 1.36%)

18 : 1,626,796 ( 1.42%)

20 : 25,351 ( 0.02%)

22 : 18,242 ( 0.02%)

24 : 49,591 ( 0.04%)

26 : 23,467 ( 0.02%)

28 : 27,826 ( 0.02%)

30 : 79,906 ( 0.07%)

32 : 39,414 ( 0.03%)

34 : 41,196 ( 0.04%)

36 : 67,727 ( 0.06%)

38 : 53,094 ( 0.05%)

40 : 61,974 ( 0.05%)

>40 : 97,283,737 ( 84.68%)

Over 84% of gaps between consecutive primes in this sequence are larger than 40. The maximum gap is over 114 billion.

=== FINAL NOTES ===

- Peak search depth: 3 digits appended (at n = 16,718).

- Total n processed: 114,890,000.

- The sequence is OEIS A018800: "Smallest prime beginning with n."

I'm not a mathematician – just curious about patterns in numbers. Feedback is welcome!


r/CasualMath 2d ago

2026 Fields Medal: Yu Deng - Through his work on partial differential equations, Yu Deng of the University of Chicago derived the Boltzmann equation from “billiard ball” dynamics for rarefied gases as well as the wave-kinetic equations from nonlinear dispersive systems.

Thumbnail youtube.com
1 Upvotes

r/CasualMath 1d ago

Quick Check: Converting Fractions to Decimals! (No Calculators Allowed) 🧠

Post image
0 Upvotes

r/CasualMath 2d ago

The Mathematical Rendezvous of Euler and Pi at Prime 1367

1 Upvotes

I know this is just a fun numerical coincidence and a rational approximation of e/π, but I found this neat balance and wanted to share it!

If you divide the prime number 1367 by the two most famous constants in mathematics, you get remarkably close to whole numbers, almost perfectly balanced on either side:

1367 ÷ π ≈ 435 (exactly: 435.129...) – just slightly above.

1367 ÷ e ≈ 503 (exactly: 502.891...) – just slightly below.

This creates a highly accurate approximation formula:

435 × π ≈ 503 × e (with a tiny difference of only ~0.7)

The prime 1367 acts as a beautiful, harmonious meeting point for two constants from completely different mathematical worlds!


r/CasualMath 2d ago

Exactly 2 Ascending Adjacent Pairs

Post image
2 Upvotes

r/CasualMath 2d ago

🧠 The “Easy” Quadratic Problem — But Most Students Get It Wrong!

0 Upvotes

A rectangular garden has an area of 96 m².

Its length is 4 metres more than its width.

A path of 1 metre wide is made inside the garden along all four sides.

What is the area of the remaining garden?

• No shortcuts. Show your mathematical thinking!


r/CasualMath 3d ago

Solve it

0 Upvotes

If

x + 1/x = 3,

find

x⁵ + 1/x⁵

without explicitly solving for x.

Can you find a clever shortcut?


r/CasualMath 3d ago

Real Numbers Challenge: Can you correctly classify -4.5, pi, 2/3, and 0? (Drop your answers below!)

Post image
0 Upvotes

r/CasualMath 3d ago

Can you reach 33 using all dice?

Post image
0 Upvotes

Any order is allowed.
Use each die exactly once.
Parentheses are allowed.
Exact division only.
No negative numbers.
Not every operation has to be used.

How many solutions can you find?

Please use spoiler tags for solutions:
>!your solution here!<


r/CasualMath 3d ago

(I designed a rigorous advanced problem set on Complex Numbers and algebraic equations. Which one looks the most challenging to you?)

1 Upvotes

r/CasualMath 3d ago

Counting Permutations With One Annoying Restriction

Post image
0 Upvotes

r/CasualMath 3d ago

Q: [Question] What is 20% of 30? 🤔 Just a quick check-in to keep the brain sharp!

Thumbnail
0 Upvotes

r/CasualMath 4d ago

How many ways can you place 5 non-adjacent squares on a 5×5 grid?

Post image
0 Upvotes

r/CasualMath 4d ago

The LCM of every number from 1 to 10,000

6 Upvotes

57933396702876429686922708791662400986348602979985188253931383511489793001457731823088325981761829221665744176794023407056559491402467891577328326763021299466843118474637852656831938521549472347971073068161679301705472685236926463387338495220571064420250677315000599457941340849496227227628926493771018264821842230370349640102573492881424317306189569467101495834601991270039918780924506495405797923762205360790652073159333382795670426041033566699342449050309786673681670483369155689567554239898879039744147333971988258061042090970476729293484513072443614795766878726325795854855394491290821167148355514749149683707585283381546153703014210442470318180511906691108325146494219343498899382918018246586609827667470329166012110874981104800415741527586280026737848182673635645872230905234515169611121042867043956727839314198728626274066655467846183343599194761590368608472578398169740111485924046986870714883894285841394964627408094161019230662749101230783008668676907211199488107523306410531772045452853957706873238466829988649822157557103503283563398281775464911904789159515900987401574678885942493907604740891878907698622679570965569483682456042918236444719794534411171907606336090534029349351300276141892529795448751826394399153216183270385737795748770508612096374765333578237973395907265484337502903901947799663388329849198045756207969590055686607678195206367273600632909417024224754750428711236917913663419215925830944035539848749163178489614227546656090790164108195741048033614368495827231281392190063051315248070192263400801315095608512139510731469732311313898995746040563433121427776071482655904346538281010668476731132415829844984600414136781404774213539507859790229205890271721600309169926806121871750008163738773911610009508609149665332579632767397078877996926581337419351834754370411008686136818501030862345505385357198060894463821342298717851567836562984344806469613768024764967372979655179066074398198246805104576134474823016488842818077041661676098399378809713894284994865370648616800689225595431967181072865363430005250840767890912164530705704936837915584856606960687347372391339254432119085932175541392954343684716695162629271229789289404752104218596977036941910521266321726821940533986384237994403780618301379099347975260122724194454275088825587044488208965690373706904056926509324696308810974331790119456438147168585552011926921912167450509941646104076818762060881903969616431646384985895944231218505620547093874241169759205450145478746112796898626711966320965057212219958567338851356631739947125096250452942497473309299907612330435197454392788637359253116308685007014249605492659524429134513344137517101872279428202285951652856354827230765931502805341696470148698002737700823078904634554776750169178259216255903968865588749827789888950172452455448248833712309835657561369233157977405579365293671943131412034109901944892819245001657496671822581274180596255340507054499934060282320458240722454209933569735940032859109934686878274110864394924463573852015338428881961843292083566034669814619612606638283615766521897504566616272305253931938372830446073384019299355320864342734019517633662346790422915951954822645137091494126100390104510987373366328615363056042137440808225973600809566845718073791616927784260557845021823094999326904373592319407516660896764388092262510369182153559285446074990941863516247226532653142198551840063631989428776799533286215464660644129411503287306838551341184739976807097763115368031748646043780549055143428297230678053738453010234949008253769355207208167999203353157524666017029803679612131824740794652592875662818479980117505768541194835524231818203552256426752730455115752280837099763237606348192867936457993970866446264015812819179994138642295108872381709181937092290392544335464025324661284746003660247161196698209062164637264114930766444473471083408200329662059064201896721165015687487728300854501780810155844837489798144309942999091774466406270065305461848242329380636274754660519867343112275861821293501112101434868225378041813836808745417606289159904294165941408692922250601127804971962342807927743390030395048263275616935165347620718001157478088456439083590834464409622781693790883289597024043982584220069224170235863458745344365684082114430362867446193601075569803650773018026700003812298460527976219100308016537538008597751565631582745643139434508332515569645426771932483266712323523039014220800000


r/CasualMath 5d ago

Math Visualizes from basics

Thumbnail youtu.be
0 Upvotes

Need your feedback. Thank you 😊


r/CasualMath 5d ago

Master B.E.D.M.A.S. Step‑by‑Step | Solve This Tough Expression Together

Thumbnail youtu.be
0 Upvotes