Hey Brillianticians!
I've been mulling over some sequences that are rather beautiful for their surprising properties and even more fascinating applications. The point of this "contest" is just to show off a sequence that you really love and that you think isn't that very well known. The person whose post receives the most number of votes will be declared the person with the most interesting sequence in the world! A post should explain why the sequence is interesting or at least include a fun or exciting property.
To kick things off, I'm going to share with you my submission for the most interesting sequence in the world, the Thue–Morse sequence. It goes like this:
Interesting Property: Let's have a look at Note that the 1st, 4th, 6th, and 7th positions are marked with a "0" while the 2nd, 3rd, 5th, and 8th positions are marked with a "1". Now examine the following equality:
Whoa, is this just coincidence? Nope! It turns out that this pattern generalizes for later terms and for higher powers than Let denote the digit in the th position of It turns out that the sum of the th powers of those for which is equal to the sum of the th powers of all of the 's for which
So with that in mind, because we know that
Pretty interesting, right? I know there are plenty of other fun sequences out there to be shared and probably much more interesting than this one, so go hunt them down! Anyway, our usual Problem Writing Party will resume next week while I put together the new challenge quizzes that the community has created.
Good luck finding the most interesting sequence. I'm excited to see what the community can come up with.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
All right! After one week of digging through some interesting series, we finally have a few that we can deem the among most interesting.
Thanks to @Ivan Koswara for his lists of unimaginably huge numbers. I've heard of the Ackermann function and have grappled with its insanely quick growth before, but I found myself saying, "Wow..." after reading about good strings.
Thanks to @Michael Mendrin for his list of spheres in different dimensions. This list is actually my favorite for all its jumping around after n=6, but even more so for its elusive value at n=4.
Thanks to @Satyabrata Dash for the seemingly innocent list of the counting number's worth of counting numbers and for its strange and interesting closed form. I don't think I would've ever come up with that.
Thanks to @Julian Poon for the list of perfect shapes in n dimensions. It's definitely a peculiar sequence when ∞ shows up in the list. And some of us got to see a pretty cool Numberphile video about it!
Thanks to the rest of you, @Kaito Einstein, @Pranshu Gaba, @Agnishom Chattopadhyay, @Aloysius Ng, @Chinmay Sangawadekar, and @Ashish Siva for all your fun submissions! Should I do a Most Interesting Function In The World contest next?
Log in to reply
Welcome and thanks @Andrew Ellinor .it was a really innovative contest :))
Yes I will be waiting for that...
Thanks to Mr. @Andrew Ellinor for holding this contest.
Oh my god! I was solving a problem with this in it just this morning! It's a game/invariant problem.
Two people are playing the following game. For a given positive integer n, subtract the highest power of 2 less than it if it isn't a power of 2 or halve it if it is even. Which person wins for what n? Listing them out in order of n, we get this pattern (the 0's become 2's though). Neat.
Oh yes! Or something like interesting number? Have fun! Edit: With reason why it is the most interesting number in their opinion. And any number allowed, not only real.
Log in to reply
oh yeah! even that sounds fun.
Let me take you through a trip of massive numbers.
1,3,7,61,22265536−3≈10101019727.78040560701,…
The Ackermann function A(m,n) is defined as:
You can toy around with the values of A(m,n). For small m, the numbers are manageable, but see what happens when m=4...
The sequence above is the values of A(n)=A(n,n), starting from n=0. Its inverse (α(n) is the largest k such that A(k,k)≤n) is one of the slowest growing functions, and is used as the amortized running time of disjoint-set data structure.
And this sequence is awfully tiny compared to the next ones.
3,11,…
Consider a string x1x2x3…xk whose characters are taken from m characters. Such string is good if there exists i<j≤k/2 such that xixi+1…x2i is a subsequence of xjxj+1…x2j. It is bad if it's not good.
Surprisingly, there exists k such that all strings longer than k characters are good. Let n(m) be the smallest such value of k; in other words, it's the length of the longest bad string. For example, 111 is bad, so n(1)≥3. But 1111 is good, and that's the only string with length 4, so n(1)<4. This gives n(1)=3. For n(2), we have the string 12222111111. The value of n(3) is at least A(7199,158386). Remember the Ackermann numbers? How large did you try your m?
1,3,…
Let T1,T2,T3,…,Tm be a sequence of trees, such that their vertices are labeled among n labels, and Ti has at most i vertices. Let TREE(n) be the largest value of m such that there doesn't exist i,j with i<j such that Ti is a subdivision of some subgraph of Tj (with the labels preserved).
Surprisingly, such m always exists (and is finite); this is a result by Harvey Friedman.
More surprisingly, the third term "explodes to a value so enormously large that many other "large" combinatorial constants, such as Friedman's n(4), are extremely small by comparison". n(3) above is already that big; I can't find any comprehensible lower bound for n(4). And TREE(3) dwarfs n(4) so much that the author says "n(4) is completely UNNOTICEABLE in comparison to TREE(3)". A lower bound for TREE(3) is AA(187196)(1). You apply the Ackermann sequence A to 1 to get 3; that's one time. You apply it to the result to get 61; that's two times. You apply it again, getting A(61); that's three times. You repeat this until you do it A(187196) times.
1,6,21,107,…
Consider a Turing machine with two symbols and n states. A Turing machine must either halt or run forever. Among those that halt (for a fixed n), consider the one that runs the longest. Count the number of steps; this is the sequence.
Why did I give only four terms? Because the fifth term onward is unknown. We do know, though, that a5≥47176870, and a6≥7.4×1036534.
Do you think this sequence is too small to be listed as the last sequence? Well, the earlier three sequences might give you massive values, but they are computable (just try each m, in each case trying all the finite possibilities; due to the theorems, they will stop). The Busy Beaver numbers are not computable; there is no algorithm, ever, that can compute this sequence. Which in turn means that these numbers will eventually dwarf all of the above sequences.
Welcome to the realm of big numbers. And big comments.
(To prove that Busy Beaver numbers aren't computable, we use the halting problem. If they are computable, we can decide whether a Turing machine halts or not, by just simulating it for that many steps. We can compute the number; we can simulate in finite time; we get the result in finite time, so halting problem is decidable. That's contradiction.
To prove that Busy Beaver numbers are eventually larger than any computable sequence (in particular the above three), if the Busy Beaver numbers are smaller than some computable sequence an, then to compute the n-th Busy Beaver number, you take an (which is computable), and run all the (finitely many) possible Turing machines for an steps. All that halt will have halted before that, because an is supposed to be bigger. So the computation ends, and thus the Busy Beaver numbers are computable.)
How about this sequence (See OEIS A001676)
1,1,1,?,1,1,28,2,8,6,992,1,3,2,16256,2,16,16,....
which is the number of "different kinds of spheres", including exotic spheres, in dimensions 1,2,3,4,5,.... Note that the number of exotic spheres, in addition to the one "ordinary sphere", in the 4th dimension is not known or for any to even exist. The topological properties of 4D is still so poorly understood that this is still an open question (see Smooth Poincaire Conjecture).
This sequence shows that, once again, as Julian Poon commented here on the sequence he has mentioned about "perfect shapes in n-dimensions", it is 4th and 3rd dimensions that seems to offer the most amazing richness in topological structure. The famed Poincaire Conjecture was initially proven in the more general case of dimensions higher than 5 (the simpler cases of n=1 or 2 being already known), but was only proven for n=4 and recently (and finally!) proven for n=3 (for which Perelman won the Fields Prize).
As an added note, for unit radii, peak volume and peak surface areas for hyperspheres occur at dimensions n=5 and n=7. Thereafter, the volume and surface areas decline at higher dimensions.
I personally think it's the exceptionally peculiar and fecund topological properties of the 3rd and 4th dimensions is the reason why we are living in an universe that is essentially a 3D or 4D space (discounting the "wrapped up tiny dimensions in String Theory). If you consider all possible universes, and just pick one at random, it may be far the most likely for you to have picked an universe similar to ours.
The look and tell sequence: 1,11,21,1211,111221,312211,13112221,..
[Each term is a description of the previous term]
Log in to reply
one 1 (11) (second term descriing the first term)
two 1 (21) (third term describing the second term)
Great !! was unaware of this :))
Good one! I was waiting for someone to post this one. And great follow up questions.
I'm not sure what the name of this sequence is so somebody can help fill me up on that.
The sequence goes like this:
1,1,∞,5,6,3,3,3,3,3,3,3......
It describes the number of Perfect Shapes in the n-th dimension (regular polygons, Regular polyhedrons, ...), with its first term representing the number of perfect shapes in the 0th dimension.
I find it really interesting that after the fourth dimension, the number of perfect shapes is simply 3.
Log in to reply
Numberphile made a video on this.
Log in to reply
Wow, mind if you link the video here? I'm interested.
Log in to reply
here
ClickLog in to reply
Whoa, now this is the sort of sequence I was looking for. Fascinating! What are the 0th and 1st dimension shapes?
Log in to reply
The 0th dimension would be a single dot, while the 1st dimension would be a line.
See my follow up entry on that.
The unnamed but interesting sequence 1,2,2,3,3,3,4,4,4,4,5,5,5,5,5..........
n being a part of the sequence ends in the 2n(n+1)th term.
1)Find the general formula for evaluating the sum of n consecutive terms of the sequence.
Log in to reply
the formula for the sum of the first mth term is Tm=6(n+1)(6m−n2−2n) where n=⌊(((1+8m)1/2−1)/2)⌋ check it and you see it works perfectly
Log in to reply
yes its correct even i had derived so.
SUGGESTION: use latex for better output.
Log in to reply
Log in to reply
Beginner guide to LaTeX
You can type LaTeX even on phone, this might be useful:Log in to reply
Log in to reply
i have was able to derive a formula for the sum of the first n terms.
Log in to reply
but i will love to know if there are other formula besides mine and also learn them. Thanks
The sequence:
undefined,2,3,4,82000,
The number 82000 in base 10 is equal to 10100000001010000 in base 2, 11011111001 in base 3, 110001100 in base 4, and 10111000 in base 5. It is the smallest integer bigger than 1 whose expressions in bases 2,3,4, and 5 all consist entirely of zeros and ones.
What is remarkable about this property is how much the situation changes if we alter the question slightly. The smallest number bigger than 1 whose base 2,3, and 4 representations consist of zeros and ones is 4. If we ask the same question for bases up to 3, the answer is 3, and for bases up to 2, the answer is 2. The question does not make sense for base 1, which is what leads to the sequence undefined,2,3,4,82000, but the problem is does there exist an integer greater than 1 whose representations in bases 2,3,4,5, and 6 all consist entirely of zeros and ones? so the most interesting fact in the sequence is that it's not complete or is it?
Log in to reply
Numberphile made a video about this.
I like the sequence OEIS A006577. The nth term of the sequence represents the number of Collatz steps (3n+1 if n is odd and n/2 if n is even) required for n to reach 1.
The first few terms of the sequence are 0, 1, 7, 2, 5, 8, 16, 3, 19, 6, 14, 9, 9, 17, 17, 4, 12, 20, 20, 7, 7, 15, 15, 10, 23, 10, 111, 18, 18, 18, 106, 5, 26, 13, 13, 21, 21, 21, 34, 8.
Currently, we do not know if the sequence is well defined for every positive integer (since the Collatz conjecture has not been proven/disproven). The sequence appears to be random; we cannot predict the next term by just looking at the previous terms, and yet when we look at the scatter plot, we can see a distinct pattern. It is beautiful.
I am a whole lot late, but I find the Kolakoski sequence composed only of 1s and 2s as the most interesting mainly because of the fact that it is the only sequence (except the same sequence with the initial 1 deleted) that gives the same sequence on writing down its own run length. Which implies that it is actually a self generating sequence.
(Edit: I forgot to define what a run is: It is the number of times the same symbol succeeds itself. And the sequence contains runs s of length 1 or 2. Please visit the link above for a more detailed explanation.)
Log in to reply
Whoaaaaaa, that is fascinating. I wish you had posted that sooner! I'll be running a most interesting function in the world contest soon :)
Log in to reply
I posted this as soon as I saw it. I miss many of such contests. :p I will be active after my exams get over. I will stay updated on slack.
Looking forward to the most interesting function in the world contest!! :)
What does this mean?
hey congrats!! for an amazing result in your HS exams. you stood 16th right?
Log in to reply
XD no bro, I am in CBSE, and our results are not out yet, he is a friend of mine with the same name( almost) (his name is Soumava Paul) and we study in the same school even, only in different boards. XD
Log in to reply
Lets see...
Should the sequence be original?
Log in to reply
No need for it to be original. Just one you think is interesting and that most people haven't seen. Fibonacci is interesting, but I feel like most people already know that one.
I like this sequence, 2,2,6,26,150,1082,9366,...
They are defined like this: f(k)=∑n=0∞2nnk
Log in to reply
is there any relation between , n and k ?
Log in to reply
n is being summed...
Log in to reply
No I think the sequence is simply f(0), f(1), f(2) ...
https://brilliant.org/problems/the-numbers-of-joseph/ see the problem.
is the contest still going on?
Log in to reply
No it's over. But there are many contests going on and off on this site
I don't know any particularly interesting sequence, but i do know some from project euler. (which i am only lvl 2 at)
There are many programming/math questions there, and some of these questions include sequences.
An example is Q47, where the sequence goes like this...
2,14,644,134043,...
I won't say what the sequence is, but hint: look at the n-1 numbers larger than the nth term in the sequence.
This one is interesting because it seems to grow faster than exponential, even factorial...
Bonus: Figure out the next term
I just found a new sequence:-
i=1∑ni+i=1∑n−1i=n2
For example:-
1) i=1∑50i+i=1∑49i=2500=502
2) i=1∑106i+i=1∑105i=11236=1062
Log in to reply
that one... looks familiar
Log in to reply
What? Where?
yea it's familliar because the sum of two consecutive triangular numbers is a perfect square. that's what happens here
It is a pretty popular identity/fact used in number theory.
Log in to reply
You are right Nihar ...
Alright, so?
πnn , n belongs to the set of whole numbers .
The sequence goes like this ::: 0,π1,π22,......
PS : I am trying to find its properties ...