Part 2 is here: kzbin.info/www/bejne/o6iXdYBnbpplgas
@bellaandbeel90897 ай бұрын
Um the title looks off...
@thepianokid93787 ай бұрын
2 hours before uploaded
@FrankHarwald7 ай бұрын
With the exception of 3, all of these numbers are equal to 5 mod 6.
@stephenstreater5557 ай бұрын
IIRC one of my lecturers at Cambridge (approx 40 years ago) proved there were no more Caboose after 41. I haven't seen any reference to this, but a few other students knew at the time he was famous for this.
@phoquenahol72456 ай бұрын
Just wanted to point out that at 2:37 we could prove that any n of the form 41k+1 also breaks the process. Suppose n ≡ p (mod 41). If we suppose that n^2 - n + 41 is a multiple of 41, then we can write p^2 - p = p(p-1) ≡ 0. Since 41 is prime, we can conclude that either p≡0 or p≡1 (mod 41) (yes I know that we cannot do that with composite numbers). This does not address the possibility that n^2 - n + 41 could be composite but not divisible by 41, but I think it should be pointed for Brady's question. Edit: I just realized that all n that satisfy n = k^2 + 41, where k is a nonnegative integer, also break the pattern.
@Neefew7 ай бұрын
5:14 Matt can join a long line of mathematicians who when studying an interesting piece of maths discover that the work has already been done extensively by Euler
@htspencer90847 ай бұрын
Euler really is the Simpsons of the maths world 😂
@HavasiP7 ай бұрын
You got Eulered! I'm sure even Derek has been Eulered.
@ArawnOfAnnwn7 ай бұрын
@@htspencer9084 Don't forget Gauss!
@BrunoBarcelosAlves7 ай бұрын
You know what they say, things in math are usually named after the second person to discover them, or else they would all be called "Euler's" something.
@richinoable7 ай бұрын
An hour In the library saves 10 in the lab.
@descuddlebat7 ай бұрын
"Honorary, near caboose" - definitely what people will call a near miss found by Matt
@ericpeterson65207 ай бұрын
Lemme get a look at that Parker Caboose 😏
@SantiagoArizti7 ай бұрын
Why do you call Euler “they”?
@BrunoBarcelosAlves7 ай бұрын
@@SantiagoArizti Matt uses neutral pronouns for mostly everyone.
@B-fq7ff7 ай бұрын
@@SantiagoArizti Euler used they/them pronouns
@jukmifggugghposer7 ай бұрын
@@B-fq7ff this is true
@AndrewVanner7 ай бұрын
101 can be the first and only Parker Caboose Number.
@daniel_77.7 ай бұрын
Underrated
@QuantumHistorian7 ай бұрын
@@daniel_77. It's the top rated comment. How is that underrated? It couldn't be more rated.
@jamesrockybullin52507 ай бұрын
The Parkerboose number, if you will.
@daniel_77.7 ай бұрын
@@QuantumHistorian I mean when I first saw it. Probably some hours later it will be the top comment. Can you understand?
@QuantumHistorian7 ай бұрын
@@daniel_77. No, I don't understand, it was top comment when you posted your comment. It's likely to stay there. Why some people have to (implicitly) complain that others don't like something enough rather than just saying they like that thing is beyond me.
@DirkThys7 ай бұрын
The dog in the background is thinking: "this Python code is gonna take ages - time for a nap"
@robertarvanitis88527 ай бұрын
Pup needs really big keys on a a waterproof keyboard to code python.
@willo77347 ай бұрын
from weenie_dog import nap nap(600)
@AtomicAndi7 ай бұрын
Obviously this code can be improved by 41 billion percent
@secularmonk51767 ай бұрын
Let's start with the fact that checking even numbers as cabooses is pointless! ... and the caboose has to a prime number if we're anticipating 100% prime results, because "n=0,1" leaves only "c" Even if we dismiss "n=0,1" as trivial boundary conditions, then we only have to check "c" that are a prime number minus two ("n=2" means the answer is "c+2")
@justforplaylists7 ай бұрын
I think the dog is Sky.
@Tanmark19987 ай бұрын
This would be a good moment for a sequel to "people online made my code 40 million % more efficient".
@martinmarhold17987 ай бұрын
The easiest optimization for me would be: No need to check even numbers for c: n squared minus n will always give an even number. 50 % quicker: done.
@sk8rdman7 ай бұрын
@@martinmarhold1798 Surely that would be 100% quicker...
@jonbaltz85597 ай бұрын
Precomoute a map with all the prime us to the the highest number. Certainly faster than isPrime
@jcorey3337 ай бұрын
This was my thought as well, if you had a list of the first m primes, that would probably help significantly @@jonbaltz8559
@LuxFerre42427 ай бұрын
Not just evens. Caboose numbers are a subset of the primes since every other number would fail for the n=0 and n=1 cases.
@physics15187 ай бұрын
10^n + 37 is prime for an inordinate number of integers n. My favorite prime is 10^39+37 which is a one followed by 37 zeros and then the number 37. If found this incidentally in the context of some research I was doing.
@alansmithee4197 ай бұрын
Do you remember roughly how many it works for? Is "inordinate" thousands, millions, googological?
@idontwantahandlethough7 ай бұрын
@@alansmithee419 hippopotamical?
@orang19217 ай бұрын
@@alansmithee419 since primes don't end, i assume it would go on forever but "inordinate" may just be used to say "a lot of n's but not all of them"
@Keneo17 ай бұрын
Somwhat percentage of them?
@physics15187 ай бұрын
@@alansmithee419 Here's a little python program you can play with: from sympy import * for n in range(100): x = 10**n+37 if isprime(x): print(n) Up to 40 I got 1, 2, 4, 6, 8, 13, 15, 39.
@shambobasu15797 ай бұрын
Using red pen to mark correct while the green pen is right next to it..... Such a Parker move 👏.
@backwashjoe78647 ай бұрын
I was thinking the same thing! Who draws red check marks?!
@ratzou27 ай бұрын
@@backwashjoe7864 Teachers
@thewanderingmistnull24516 ай бұрын
That's Japan's way of doing things.
@cpsof6 ай бұрын
@@backwashjoe7864: At least in Finland teachers use red check marks if the answer is wrong. (The check mark looks like letter 'v' and 'wrong' is 'väärin' in Finnish.)
@darkpulcinella96907 ай бұрын
there is a "Old Numberphile videos" vibes in this new one, i love it
@mstmar7 ай бұрын
any caboose number has to be prime. if it's a composite number, say a*b, then a^2-a+ab = a * ( a - 1 + b ) which is 2 factors greater than 1 (since a and b are greater than 1).
@lex224ification7 ай бұрын
more intuitively: C has to be prime since for N = 0 and N = 1, N^2 - N + C will always equal C
@LW-zb8bf7 ай бұрын
It is also true that a caboose number must be a smaller prime part of a twin prime couple. This is because when substituting n=2 there will be added 2²-2 = 2 to the original prime, and we get the bigger twin prime. (101 is a twin prime with 103, and a 6 apart cousin prime with 107) Caboose numbers are possible because n² -n is always even. And we can find cousin primes (that are an even number apart). And maybe this is why we can't find bigger ones. For larger primes it gets increasingly difficult to find other cousin primes always 2, 6, 12, 20... apart from a caboose prime.
@catcatcatcatcatcatcatcatcatca7 ай бұрын
damn. ab is my favourite composite number by far.
@Qbe_Root7 ай бұрын
@@LW-zb8bf aren't cousin primes just all pairs of primes that don't include 2?
@EebstertheGreat7 ай бұрын
Except for the one Matt forgot, which is 2. Because 0²-0+2 = 1²-1+2=2 is prime, and you don't have to worry about 2²-2+2 = 4, because 2 is not less than 2. Also, I guess 0 is vacuously a caboose number, because there are no natural numbers less than 0, so all none of them result in a prime.
@John73John7 ай бұрын
Hi. Train enthusiast here. 2 issues with the animation: 1. Your boxcars shouldn't have 8 axles. Probably 4 axles is plenty for the sort of train you're drawing. 2. Wheels on a steam locomotive have rods connecting them to the pistons, but wheels on the cars don't. Okay, I'll sit down now.
@xZise7 ай бұрын
Quite the parker train!
@weerolein7 ай бұрын
The wheels also don't turn fast enough compared to the landscape flying by.... This train predates the introduction of bogeys .. so two axles for the boxcars is probably sufficient.
@Sonny_McMacsson7 ай бұрын
I was gonna complain too, but you Eulered me on it.
@kakyoindonut32137 ай бұрын
you've been training for this
@the2ndblunder7 ай бұрын
Sounds cool. Also, the train seems to be a diesel because there is no funnel at the front. Unless the funnel travels back through into the cabin but that would be a very unconventional arrangement, especially considering the steam would have to go to the cylinders and then back. On the note of the rods, it could have internally mounted vertical pistons (like on the LBSCR E2). On the whole though, it probably is a diesel locomotive. It might even be a really powerful shunter based on the size but I think, regardless of the power, it would probably shear the crank pins on the front axle with all of that straining. Nice to hear from a fellow train enthusiast.
@richardfarrer56167 ай бұрын
One way to speed up the program. n^2 - n + c is not prime for (nearly all) number which are not coprime with c. So check c for primality first and don't try to calculate the rest if c is not prime. in addition, (n+1)^2 - (n + 1) + c - (n^2 - n + c) = 2n. So, rather than recalculating the whole formula, just add 2n on to the nth result to get the (n+1)th. Also, when asking, "when does this fail?" for the original formula, my immediate thought was that the answer was 42, of course.
@QuantumHistorian7 ай бұрын
Caching the list of primes up to the largest _n_ that will be tested would also probably help, a set membership check will be faster than a call to some library. Would be even faster to have a binary array that's _n_ long whose k'th entry is whether _k_ is prime or not. You're quickly going to be limited by the speed of python's for loop after that.
@_John_P7 ай бұрын
You might get a +20x speed boost by simply not using python.
@dojelnotmyrealname40187 ай бұрын
You could also do step sizes of 2, since even c's will obviously result in numbers divisible by 2.
@adarshmohapatra50587 ай бұрын
@@QuantumHistorian After reading some useful comments about Caboose numbers, I got the following ideas: caboose no.s are prime if x=n^2-n+c is the nth caboose no, add 2n to x to get the next caboose no. use already generated lists of primes . So I thought I might try to write an efficient python code to find the next Caboose number. But then I saw the follow-up to this video (named Tree-house numbers) and realized there are no more Caboose numbers after this or no more Treehouse numbers after 163, because they are both related to the Heegner numbers which there are no more of after 163 (you can see the follow up video for more info)
@pleasedontwatchthese95937 ай бұрын
@@QuantumHistorian I did something like this. I just cached if an odd number is prime or not as the index into an array. So to look it up I just divide the number in half and return a bool if its prime or not.
@DjVortex-w7 ай бұрын
My brain hurts trying to unravel "for i in [i for i in range(3,n)]"
@morethejamesx397 ай бұрын
It’s the same as doing for i in range(3,n) aha
@c.jones-yt7 ай бұрын
@@morethejamesx39 If only that were true. It's actually a less efficient version of list(range(3,n)) - i.e. it does the unnecessary work of building a list out of the range before iterating over it. Worse, making a list out of j² - j + i for each j up to i is also unnecessary. Matt does use len(values) in later calculations, but len(values) has to be the number of integers generated by range(1,i), which is simply i-1.
@morethejamesx397 ай бұрын
@@c.jones-yt Yeah sorry I meant it will run the same as*
@ramenandvitamins7 ай бұрын
He did warn us it was awful.
@mulletronuk7 ай бұрын
He wasn't kidding
@davidappelgate3207 ай бұрын
Where I live in Northwest Oregon, our two area codes are 503 and 971, both of which I already knew were primes, but I didn't know they were both primes in 41's sequence! Even prouder :)
@proxyprox7 ай бұрын
I love how Matt explains things in the most roundabout way possible. For example, at 1:49 he could have just cancelled -41 and +41.
@TheRubySpider7 ай бұрын
Two small observations that Matt didn’t outright say. A caboose number has to itself be prime, because the caboose outputs itself for n=0 and 1. And to generalize the logic about n=42, any n greater than the caboose by a square number would create a difference of squares, and therefore output a non-prime.
@rmsgrey7 ай бұрын
Not only prime, but (with the exception of c=2), the lower of a pair of twin primes since n=2 gives c+2.
@stevebollinger34637 ай бұрын
Also n^2 - n + c is the same as n*(n-1) + c so of course it will not be prime for c or c + 1 because either of those means the left side of the + is divisible by c and so is the right side. So the whole thing is divisible by c.
@AlanJWolfe317 ай бұрын
Thanks!
@WAMTAT7 ай бұрын
Heck yeah, love me some Parker maths
@blaketheory7 ай бұрын
Checking if a Boolean is "== True" is certainly a Parker way of programming.
@BaptistPiano7 ай бұрын
Only benefit is that you are also verifying it is a Boolean which of course wouldn’t be a problem in a real language 😂
@MichalMarsalek7 ай бұрын
@@BaptistPianoYou are not though. 1==True is True in Python.
@BaptistPiano7 ай бұрын
@@MichalMarsalek wait really??? I haven’t used python in a long time but kinda assumed they wouldn’t do coercion since they don’t have a threequals. Well learn something every day
@bobthegiraffemonkey7 ай бұрын
I spotted that too. Much as I enjoy the ongoing joke, Matt should really learn to write not-terrible python code.
@IllidanS47 ай бұрын
@@bobthegiraffemonkey Such a thing does not exist. Python code is terrible by definition.
@Twitchi7 ай бұрын
Love that there are already more efficient code structures being discussed, I look forward to the follow-up "numberphile viewer caused a maths breakthrough" video
@Firstname..LastnameАй бұрын
Interesting pattern I noticed following 41: every number after 41 that results in a non-prime number is a prime amount away from the last non-prime result (i.e. 42 is 1 away from 41, and 1 is prime. 45 is 3 away from 42, 50 is 5 away from 45, 57 is 7 away from 50, etc…)
@sammichaels3757Ай бұрын
Just off the top of my head… this is the best channel on KZbin ❤
@alanturing48797 ай бұрын
Nice Video. I ran some code for my self that confirmed that there are no other Caboose Numbers up to 100 million.
@followeroj91157 ай бұрын
Which if you think about it makes sense since the gaps between primes do not get smaller as the primes become bigger 😢 sadly
@cykkm7 ай бұрын
A356751. Positive integers m such that x^2 - x + m contains more than m/2 prime numbers for x = 1, 2, ..., m : 3, 5, 7, 11, 17, 41, 47, 59, 67, 101, 107, 161, 221, 227, 347, 377. No more is known, and it is conjectured that 377 is the largest one.
@JuhaKona6 ай бұрын
your channel is one of the best discoveries i’ve made online!
@GeHeum7 ай бұрын
I feel like there should definitely be an "easy" upper bound on this. If a number C is Caboose that means that there are C primes between C and C^2 - 2C (the values of n=1 and n=c-1). Now use any bound you like on the amount of prime numbers within a region, and you have your easy bound on the largest possible C. Then use a computer to hopefully check the remaining small C.
@sbares7 ай бұрын
What c=3, 5, 11, 17, 41 (and also 1 and 2 and no other numbers with 4c-1 square-free) have in common is that extending Q by a root of the polynomial x^2 - x + c gives a quadratic number field of class number 1. The near-examples at 7:56 give number fields of class number 2, except for x^2 - x + 7 whose discriminant -27 is not square-free (in this case Q(sqrt(-27)) = Q(sqrt(-3)) has class number 1).
@cykkm7 ай бұрын
See also Goudsmit S.A. (1967) Unusual Prime Number Sequences, Nature Vol. 214, 1164.
@dielaughing737 ай бұрын
I was totally going to say that about the discriminating fields of something, something number stuff
@youmu_i197 ай бұрын
This formula is just like offsetting the n²-n pattern and paste it on the number line to match the primes. As the primes get more separated at larger number, it will be less likely to match the pattern. And also as the c get larger, more number needed to be search, it just get even less likely to match the whole pattern.
@happy_labs7 ай бұрын
7:07 the snoozing dog is so cute
@japanada117 ай бұрын
It's been proven that 41 is the last caboose number. Rabinowitz showed that c is a caboose number if and only if 4c-1 is a Heegner number, and the Stark-Heegner theorem proves that the largest Heegner number is 163. See the Wikipedia page for "Heegner number" for more information about all these points.
@numberphile7 ай бұрын
Or see the second part of this video - kzbin.info/www/bejne/o6iXdYBnbpplgas
@landsgevaer7 ай бұрын
Or sequence A014556 of the OEIS, which every mathematician should consult zeroth before first writing some Python.
@gusmichel70355 ай бұрын
@@landsgevaer A014556 doesn't state it's proven to be limited, but it links to A003173, where it is stated that Heenger proved that list complete, implying Caboose/Lucky numbers are limited to this set.
@skittybug15587 ай бұрын
"Euler came up with this" can describe half of mathematics
@daniellambert62077 ай бұрын
2:29 Those great "Brady questions" are always amazing :D
@EnthalpyUplusPV3 ай бұрын
I love this format
@Bostonceltics13697 ай бұрын
This video is very important, I love the moral of that story. More than ever we need a way to show smart people how easy we can trick ourselves by believing patterns that might not be there. I get into theological and strange conversations sometimes where people tell me about patterns they see and how their spiritual, and I think of either Daniel dennett or Robert soapulski who wrote about seeing patterns where there might not be one could have been an evolutionary trait that perhaps helped us to survive on the Savannah.
@michaeld85147 ай бұрын
I have similar conversations with people about patterns and their meanings( or lack of such). I often will show that, if one tries hard enough, one can find patterns in almost any collection of occurrences.
@ButzPunk7 ай бұрын
I love the spurious correlations website for illustrating how often things can be correlated just by happenstance
@thelivetoad7 ай бұрын
Numberphile is consistently good, but you and Matt together always make it great
@timvanderscheer8137 ай бұрын
Matt Parker speaks in straight poetry: “At least you want even odds that it is prime.”
@zugzwang80576 ай бұрын
For quadratics, there are actually quite a few that spit out some number of primes. n^2 - 61n + 971 gives you primes from 0-71 n^2 - 79n + 1601 gives primes from 0-80
@bluekeybo7 ай бұрын
It works for caboose = 2 and 3 as well. After watching the second video, I realized that there are no more caboose numbers other than 2, 3, 5, 11, 17, 41. See "Heegner number" on wikipedia.
@SeejoCrux7 ай бұрын
Interesting!
@numberphileАй бұрын
Cheers
@kevinc58957 ай бұрын
It's worth considering negative numbers as well. For instance, -109 has about 76% primes up through 108, and -73 has 75% primes up through 72.
@Inspirator_AG1127 ай бұрын
This also means you can do the inverse function for n^2 - n + 41: 0.5 + √(n - 40.75). If the function outputs an integer below 41, you know the input is prime. (This also works for other integers that are excluded by that 41, 42, 45, 50, 57, ... sequence.)
@iskierka83997 ай бұрын
The caboose function doesn't generate all primes until n=41, it only generates 40 of them. While it gives a handful of numbers a shortcut to check primeness, the sqrt for the evaluation is likely to be more expensive than any more conventional test.
@dylanwolf7 ай бұрын
I first came across the word "caboose" and had to look it up its meaning, in the lyrics of Bob Dylan's 1963 song "Only a Pawn in their Game". So I've known the word for over sixty years and never had an occasion to use it, until today.
@mvmlego12127 ай бұрын
There are some important between mathematics and science, but I sometimes hear people (especially other students when I was in college) imply that mathematics _is_ a science. The fact that mathematicians "can't trust patterns" is one of these differences, so I'm happy to see that it's the lesson of a video.
@GrayPillows7 ай бұрын
MattBook Pro... I see what you did there!
@garnergc7 ай бұрын
I think Matt would be obliged to run Linux if he was born Matt Archer
@mrembeh18487 ай бұрын
Where does he say/show that ?
@giorgiogilitos7347 ай бұрын
I was about to comment about this too, but I checked for other mentions first :) I love Matt's computer name, Matbook-Pro, it's brilliant!
@bhatefamily10637 ай бұрын
Amazing, nice video Brady
@Cushiondude7 ай бұрын
The times when it breaks is when N = C + k^2. I noticed when I saw where it generated non primes on the scrolling list. This holds true until 82, or Cx2. After that, it broke at 82+1, 82+3, and 82+6. I did check when n = 82+10, but it was not prime. I was just playing in excel and comparing to the first 1000 primes. I did try using 5 and 7 as well for values of C and the statement holds true for values below 10 and 14 respectively. After the point N = 2C, the values of N where it the formula generates non primes does not follow the same pattern of breaking only when N = C + k^2. It includes more, but I can't discern the pattern at a glance.
@andrewkarsten52687 ай бұрын
When Brady said 42, I immediately thought it had to be composite. An easy way to see this is 42²-42+41=42²-1=(42-1)(42+1)=41•43. In general, if your number n is a perfect square larger than 41, you will necessarily get a difference of squares which will be composite. This is another set of numbers which breaks the pattern aside from the multiples of 41.
@jaminpeterson51717 ай бұрын
Matt gives of an "every man" mathematician vibe and got saddled with a legacy of not quite being right which helps make this all approachable. But that instant spot of difference of two squares to explain the non prime shows how hip with the numbers he really is. He's always so quick to call himself a recreational mathematician but you sit in the soup long enough and you start to look like Stu.
@Poldovico7 ай бұрын
The legacy of the Parker square :D
@TeaHauss7 ай бұрын
I love the questions Parker asks about numbers
@andyd83707 ай бұрын
*Red vs. Blue has entered the chat*
@jan-pi-ala-suli5 ай бұрын
“just off the top of my head* *uses a calculator*
@masterandexpert2887 ай бұрын
We love you Matt!
@GoldSmeagol7 ай бұрын
I put Numberphile on to comfort me/cheer me up. Quality and fun videos ✌🏼 and informative for lay people
@the2ndblunder7 ай бұрын
Shouldn't c always be the lower of a twin prime. I am just an amateur mathematician, so I am probably wrong. Here is why I think this: For the first iteration of n^2-n+c 1^2-1+c is prime, therefore c +1-1 is prime, so c is prime For the second iteration C+2^2-2 = C+2, which is prime. Therefore C & C+2 are prime making C the lower of a twin prime Please feel free to correct me if I am wrong. As I said, I am just an amateur mathematician.
@msclrhd6 ай бұрын
The value of c always has to be prime. Proof: when n=1 then 1^2 - 1 + c = c. As the result of the equation has to be prime for n < c this means that c is prime.
@Delita237 ай бұрын
Love the little background sound of the caboose
@robnorris47707 ай бұрын
Numberphile, the only KZbin channel with paper change music.
@LikelyToBeEatenByAGrue7 ай бұрын
1st step is to toss the sequence into the oeis Good ol Matt. You can always count on him for a pretty close result.
@RandyKing3147 ай бұрын
a cliffhanger! nice vid Brady, love to see some good ol’ investigation! also interesting - the primes on the brown paper so far are first twins…
@michealwestfall85447 ай бұрын
It makes sense that there aren't anymore caboose numbers. As we go down the number line, the density of prime numbers goes down. And that for any number N, there are log(N) primes. So if we choose some caboose number C, there would be log(C^2)-log(C) or log(C) primes between C and C^2 rather than the C prime numbers needed to complete the definition of caboose number.
@tcaDNAp7 ай бұрын
Euler's Lucky Numbers are soooo cool! I think it's fortunate that they never intersect with the other sequence of lucky numbers
@fluffyllama15057 ай бұрын
Or is it unfortunate that no numbers are double lucky :(
@ttmfndng2017 ай бұрын
@@fluffyllama1505 3 is double lucky
@Split85297 ай бұрын
Can we get a doggo cam sitting in the corner for math reasons
@GrimReaper-x6920 күн бұрын
So funny seeing the classic numberphile paper being used. Every piece of paper written on gets kept.
@quintessences7 ай бұрын
I love how matt is just casually inventing new names for maths
@PetraKann7 ай бұрын
....great stuff Brady and Matt
@wesleydeng717 ай бұрын
A couple of simple improvements: a. Only check if c is prime. b. Do not calculate %, if one non-prime is found then skip it. This will get though the numbers much faster. But it is likely that no more Caboose numbers will be found because the probability of all numbers generating a prime gets smaller and smaller.
@samuelcruz87776 ай бұрын
"41" a clasic case of a parker anwser to life, the universe and everything
@BlackSoap3617 ай бұрын
I like how the “paper change” card is up probably as long as it takes to actually change the paper.
@johnchessant30127 ай бұрын
Knowing that this is related to Heegner numbers and class number of quadratic fields, I wonder if the records after 41 (the numbers 101 and 377, etc., that Matt calculated) have significance in the quadratic fields interpretation. Definitely an interesting question!
@chadjones12667 ай бұрын
Thanks again
@skylark.kraken7 ай бұрын
Each set is only the difference of n^2-n, the gaps between primes increases for larger values of c, so yeah you're unlikely to match the first few numbers of the set to primes, so it's no surprise (you just need to find an offset where shifting by 0,2,6,12,20,30,42,56... is another prime, it's tricky on the low end, and gets more difficult with a larger offset)
@adityakhanna1137 ай бұрын
Oh i had looked at this back in highschool. What I noticed was given x² + (2n+1)x + c, the largest percentage of primes were given by c = n² - n + 41
@JochenDerwae7 ай бұрын
Instead of writing the python code yourself, you can use the ChatGPT data analyst to write and run the code. I used this prompt "Calculate all values of 'c' where n^2 - n + c is a prime number where n < c and for values of c less than 50"
@Poldovico7 ай бұрын
and that gives you a neural net's guess at what a credible response might look like, does it?
@gejyspa7 ай бұрын
you'll notice, as shown in the example for c=41, that any n=c+x^2 is also going to fail, because n^2-n+c will also always be a difference of two squares, (c+x^2)^2 and x^2, resulting in factors of c+x^2-x and c+x^2+x
@platinumpengwinmusic55647 ай бұрын
"Time... line? Ugh, time isn't made of lines! It is made out of circles. That is why clocks are round!" -Caboose
@UCfvFxl5fVfTuA9DH353dJzQ7 ай бұрын
I had to scroll too far to find a single RvB reference
@Zejgar7 ай бұрын
I love the way Matt says "one".
@javen96937 ай бұрын
wähn
@georgeprout427 ай бұрын
I love how, given the option of red or green, Matt chose red for correct. #ParkerTick
@orterves7 ай бұрын
What always fascinates me with these is we apparently don't have the mathematical tools to prove or disprove questions like "is there another caboose number" beyond literally just checking numbers
@pianissimo59517 ай бұрын
this video taught me one important thing, and that is that caboose is not an onomatopoeic way of saying "butt"
@tetsuoumezawa58337 ай бұрын
3:11 "again, just off.. the top of my headdd..." *camera zooms in on phone*
@humanperson23757 ай бұрын
Well considering the caboose formulae spits out the caboose number in cases of 1 and 0, then it has to be prime. the difference is just x²-x or 2x -2 . So compare that sequence to the difference between primes.
@crowlsyong7 ай бұрын
(n^2) - (n) + (41) = guaranteed prime? That's insane and this is why I love this channel. I'm gonna plug in some numbers just for fun. Have a great day everyone!
@Metagross317 ай бұрын
Omg, I actually did the same calculation like ~2 years ago and checked until a few million or so and was so interested in whether someone could actuallly prove, that 41 is the biggest caboose number (cool name btw). Can't wait to watch part 2!
@lesnyxd7 ай бұрын
It's very similar to formulas for lines in Ulam Spiral, that contains a lot of primes. You had a video on this topic
@GrimReaper-x6920 күн бұрын
"That looks primeish, possibly prime" Famous last words
@antonioragagnin97437 ай бұрын
I would also explore more general forms as A*n^2 + B*n +C
@joshkirkby81037 ай бұрын
My favorite rock band- Primish
@aikumaDK7 ай бұрын
2:23 - "You can't trust a pattern just because it works for a long time" Just earlier today, I learned of the Pólya conjecture, which was disproven with a counter-example that breaks it. Said example was estimated to be 1.875E361.
@bjorik7 ай бұрын
"I consider 5 the first prime number" is incredible
@Hawksmoor427 ай бұрын
6:36 Caboose numbers would all need to be prime, for the cases of n=0 and n=1, which both leave only c to be a prime result.
@foozlebagel74887 ай бұрын
If you think about it, this problem is really about finding stretches of primes that are increasing by the even numbers in sequence.
@TECHN012007 ай бұрын
101 must be considered a Parker Caboose number!
@ateijelo7 ай бұрын
@matt, just a nit pick, instead of "if isPrime(x) == True:" just do "if isPrime(x):". It won't make a difference at all in performance, but well, it's cleaner.
@billabobyt7 ай бұрын
He did say it was terrible! Might not be the most beautiful thing in the world but oftentimes you just need to spit out some "scratch code" to run a quick check for you before you delve deeper into the problem yourself.
@DavidHodge-z9v7 ай бұрын
101 at 68 percent is an ideal candidate for dark energy.
@topgod187 ай бұрын
Classic Parker naming. He very nearly managed to name this sequence of numbers 👍
@platypi_otbs7 ай бұрын
Not to downplay the interesting math(s), the alluring Matt, and the interrogative Brady, but my second favorite part of the video is the framed Parker Square on the floor. But the best thing hands down is Sky asleep on the couch.
@jediyoshi647 ай бұрын
Matt is just begging to have 101 declared the Parker Caboose, isn't he?
@CmputrAce7 ай бұрын
"better than even odds".... pun not intended
@peterlindner32837 ай бұрын
An oxymoron
@lapetitecuillereetlepaindo30057 ай бұрын
From n=41 and onwards, you can replace (41-n) by m=0,1,2,... and you can actually count "not primes" in places where m is a square number. So for n=41, m=0. 0 is square (kinda) n=42, m=1. n=45, m=4. n=50, m=9.
@iskierka83997 ай бұрын
The sequence does not hold even if you discount difference of squares inputs, unfortunately. It fails again at: 82, where n becomes divisible by 41 83, where it looks like there might be a difference-of-square cycle 85, where m is 44, and the potential cyclic m is 3, our first outright failure which cannot be explained by difference of squares 88, with m of 47 and cyclic m of 6 90, with m of 49 and cyclic m of 8, though this one is expected Interestingly, 86 does not fail, which also disproves the possible cycle. Neither does 91 or 98. If you can generate an infinite number of primes with this method, it requires a rather complex set of exceptions to describe the numbers that don't count.
@lapetitecuillereetlepaindo30057 ай бұрын
@@iskierka8399 I'm just saying : at least every square number m=n-41 doesn't work.
@RoyalSpoon-mt9hl7 ай бұрын
8:07 one thing i noticed is that the difference between each number with the next in the list from 11 to 377 is always a multiple of 6, if you exclude the number 67. For example 161-107=54=9*6... I wonder what the explanation behind that would be.
@ethanandrews30763 ай бұрын
It has to do with the fact that most of those are prime. We know that each prime (excluding 2) is a multiple of 2 away from each other. We also know that a prime plus 3 isn’t going to be a multiple of 3, so it’s more likely to be prime. Which means that the distance between primes is most likely going to be a multiple of 6 Edit: for the ones that aren’t prime, we can see that if the caboose number is a multiple of 3, the test will fail for a very large portion of numbers (since it’ll fail for every n where n is a multiple of 3). So the above logic holds since the caboose number can’t be a multiple of 2 or 3 even though it’s not necessarily prime
@DreamFreeFPV7 ай бұрын
it's nice to see 2 british australians who have a podcast about a stump in their hometown meeting fact to face again