SlideShare a Scribd company logo
Mathematical curiosities
David Barina
October 12, 2018
David Barina Mathematical curiosities October 12, 2018 1 / 11
Circle division by lines
1, 2, 4, 8, 16, . . .
David Barina Mathematical curiosities October 12, 2018 2 / 11
Circle division by lines
1, 2, 4, 8, 16, 31, 57, 99, 163, 256, . . .
David Barina Mathematical curiosities October 12, 2018 3 / 11
Circle division by lines
(Euler)
V − E + F = 2
f (n) =
n
4
+
n
2
+ 1
David Barina Mathematical curiosities October 12, 2018 4 / 11
Exhaustive search (brute-forcing)
16-bit computers (IBM PC-XT 286)
32-bit computers (i386)
64-bit computers (AMD64, Opteron)
128-bit registers (SSE, . . . )
2048-, 4096-bit RSA keys
David Barina Mathematical curiosities October 12, 2018 5 / 11
Exhaustive search (brute-forcing)
16-bit computers (IBM PC-XT 286)
32-bit computers (i386)
64-bit computers (AMD64, Opteron)
128-bit registers (SSE, . . . )
2048-, 4096-bit RSA keys
iterate through all values
16 bits :
David Barina Mathematical curiosities October 12, 2018 5 / 11
Exhaustive search (brute-forcing)
16-bit computers (IBM PC-XT 286)
32-bit computers (i386)
64-bit computers (AMD64, Opteron)
128-bit registers (SSE, . . . )
2048-, 4096-bit RSA keys
iterate through all values
16 bits : 0 secs
32 bits :
David Barina Mathematical curiosities October 12, 2018 5 / 11
Exhaustive search (brute-forcing)
16-bit computers (IBM PC-XT 286)
32-bit computers (i386)
64-bit computers (AMD64, Opteron)
128-bit registers (SSE, . . . )
2048-, 4096-bit RSA keys
iterate through all values
16 bits : 0 secs
32 bits : 16 secs
64 bits :
David Barina Mathematical curiosities October 12, 2018 5 / 11
Exhaustive search (brute-forcing)
16-bit computers (IBM PC-XT 286)
32-bit computers (i386)
64-bit computers (AMD64, Opteron)
128-bit registers (SSE, . . . )
2048-, 4096-bit RSA keys
iterate through all values
16 bits : 0 secs
32 bits : 16 secs
64 bits : cca 2180 years
David Barina Mathematical curiosities October 12, 2018 5 / 11
Exhaustive search (brute-forcing)
16-bit computers (IBM PC-XT 286)
32-bit computers (i386)
64-bit computers (AMD64, Opteron)
128-bit registers (SSE, . . . )
2048-, 4096-bit RSA keys
iterate through all values
16 bits : 0 secs
32 bits : 16 secs
64 bits : cca 2180 years
187 bits : energy = annual output of the Sun
David Barina Mathematical curiosities October 12, 2018 5 / 11
Exhaustive search (brute-forcing)
16-bit computers (IBM PC-XT 286)
32-bit computers (i386)
64-bit computers (AMD64, Opteron)
128-bit registers (SSE, . . . )
2048-, 4096-bit RSA keys
iterate through all values
16 bits : 0 secs
32 bits : 16 secs
64 bits : cca 2180 years
187 bits : energy = annual output of the Sun
256 bits : 5.9 × 1020 Suns
David Barina Mathematical curiosities October 12, 2018 5 / 11
Collatz problem
C(n) =
3n + 1, if n odd,
n/2, if n even.
David Barina Mathematical curiosities October 12, 2018 6 / 11
Collatz problem
27, 82, 41, 124, 62, 31, 94, 47, 142, 71, 214, 107, 322, 161, 484, 242, 121, 364,
182, 91, 274, 137, 412, 206, 103, 310, 155, 466, 233, 700, 350, 175, 526, 263,
790, 395, 1186, 593, 1780, 890, 445, 1336, 668, 334, 167, 502, 251, 754, 377,
1132, 566, 283, 850, 425, 1276, 638, 319, 958, 479, 1438, 719, 2158, 1079, 3238,
1619, 4858, 2429, 7288, 3644, 1822, 911, 2734, 1367, 4102, 2051, 6154, 3077,
9232, 4616, 2308, 1154, 577, 1732, 866, 433, 1300, 650, 325, 976, 488, 244,
122, 61, 184, 92, 46, 23, 70, 35, 106, 53, 160, 80, 40, 20, 10, 5, 16, 8, 4, 2, 1
David Barina Mathematical curiosities October 12, 2018 7 / 11
Collatz problem
David Barina Mathematical curiosities October 12, 2018 8 / 11
Collatz problem
0
50
100
150
200
250
300
0 1000 2000 3000 4000 5000 6000 7000 8000 9000 10000
David Barina Mathematical curiosities October 12, 2018 9 / 11
Collatz problem
N =
2A
3B
−
B
n=1
2αn
3n
11 = 210
/34
− 26
/34
− 23
/33
− 21
/32
− 20
/31
In what ways does the prime factorization of a affect the prime
factorization of a + 1?
up to ca. 266 (distributed search)
David Barina Mathematical curiosities October 12, 2018 10 / 11
Tupper’s self-referential formula
1
2
< mod
y
17
2−17 x −mod( y ,17)
, 2
k is the 543-digit integer 960 939 379 . . . 748 404 719
if one graphs the set of points (x, y) in 0 ≤ x < 106 and k ≤ y < k + 17
satisfying the inequality
David Barina Mathematical curiosities October 12, 2018 11 / 11
Tupper’s self-referential formula
1
2
< mod
y
17
2−17 x −mod( y ,17)
, 2
k is the 543-digit integer 960 939 379 . . . 748 404 719
if one graphs the set of points (x, y) in 0 ≤ x < 106 and k ≤ y < k + 17
satisfying the inequality
David Barina Mathematical curiosities October 12, 2018 11 / 11

More Related Content

More from David Bařina

Lossy Light Field Compression
Lossy Light Field CompressionLossy Light Field Compression
Lossy Light Field Compression
David Bařina
 
C/C++ tricks
C/C++ tricksC/C++ tricks
C/C++ tricks
David Bařina
 
New Transforms for JPEG Format
New Transforms for JPEG FormatNew Transforms for JPEG Format
New Transforms for JPEG Format
David Bařina
 
JPEG
JPEGJPEG
Discrete Wavelet Transforms on Parallel Architectures
Discrete Wavelet Transforms on Parallel ArchitecturesDiscrete Wavelet Transforms on Parallel Architectures
Discrete Wavelet Transforms on Parallel Architectures
David Bařina
 
Parallel Implementation of the 2-D Discrete Wavelet Transform
Parallel Implementation of the 2-D Discrete Wavelet TransformParallel Implementation of the 2-D Discrete Wavelet Transform
Parallel Implementation of the 2-D Discrete Wavelet Transform
David Bařina
 
Parallel Wavelet Schemes for Images
Parallel Wavelet Schemes for ImagesParallel Wavelet Schemes for Images
Parallel Wavelet Schemes for Images
David Bařina
 
Single-Loop Software Architecture for JPEG 2000
Single-Loop Software Architecture for JPEG 2000Single-Loop Software Architecture for JPEG 2000
Single-Loop Software Architecture for JPEG 2000
David Bařina
 
Lifting Scheme Cores for Wavelet Transform
Lifting Scheme Cores for Wavelet TransformLifting Scheme Cores for Wavelet Transform
Lifting Scheme Cores for Wavelet Transform
David Bařina
 
Real-Time 3-D Wavelet Lifting
Real-Time 3-D Wavelet LiftingReal-Time 3-D Wavelet Lifting
Real-Time 3-D Wavelet Lifting
David Bařina
 
Wavelet News
Wavelet NewsWavelet News
Wavelet News
David Bařina
 
IIR aproximace Gaussovy funkce
IIR aproximace Gaussovy funkceIIR aproximace Gaussovy funkce
IIR aproximace Gaussovy funkce
David Bařina
 
Akcelerace DWT pomocí SIMD
Akcelerace DWT pomocí SIMDAkcelerace DWT pomocí SIMD
Akcelerace DWT pomocí SIMD
David Bařina
 
Wavelet Lifting on Application Specific Vector Processor
Wavelet Lifting on Application Specific Vector ProcessorWavelet Lifting on Application Specific Vector Processor
Wavelet Lifting on Application Specific Vector Processor
David Bařina
 
GStreamer
GStreamerGStreamer
GStreamer
David Bařina
 
FFmpeg
FFmpegFFmpeg
Bit Twiddling Hacks: Integers
Bit Twiddling Hacks: IntegersBit Twiddling Hacks: Integers
Bit Twiddling Hacks: Integers
David Bařina
 
Fixed-point arithmetic
Fixed-point arithmeticFixed-point arithmetic
Fixed-point arithmetic
David Bařina
 
Wavelets @ CPU
Wavelets @ CPUWavelets @ CPU
Wavelets @ CPU
David Bařina
 

More from David Bařina (19)

Lossy Light Field Compression
Lossy Light Field CompressionLossy Light Field Compression
Lossy Light Field Compression
 
C/C++ tricks
C/C++ tricksC/C++ tricks
C/C++ tricks
 
New Transforms for JPEG Format
New Transforms for JPEG FormatNew Transforms for JPEG Format
New Transforms for JPEG Format
 
JPEG
JPEGJPEG
JPEG
 
Discrete Wavelet Transforms on Parallel Architectures
Discrete Wavelet Transforms on Parallel ArchitecturesDiscrete Wavelet Transforms on Parallel Architectures
Discrete Wavelet Transforms on Parallel Architectures
 
Parallel Implementation of the 2-D Discrete Wavelet Transform
Parallel Implementation of the 2-D Discrete Wavelet TransformParallel Implementation of the 2-D Discrete Wavelet Transform
Parallel Implementation of the 2-D Discrete Wavelet Transform
 
Parallel Wavelet Schemes for Images
Parallel Wavelet Schemes for ImagesParallel Wavelet Schemes for Images
Parallel Wavelet Schemes for Images
 
Single-Loop Software Architecture for JPEG 2000
Single-Loop Software Architecture for JPEG 2000Single-Loop Software Architecture for JPEG 2000
Single-Loop Software Architecture for JPEG 2000
 
Lifting Scheme Cores for Wavelet Transform
Lifting Scheme Cores for Wavelet TransformLifting Scheme Cores for Wavelet Transform
Lifting Scheme Cores for Wavelet Transform
 
Real-Time 3-D Wavelet Lifting
Real-Time 3-D Wavelet LiftingReal-Time 3-D Wavelet Lifting
Real-Time 3-D Wavelet Lifting
 
Wavelet News
Wavelet NewsWavelet News
Wavelet News
 
IIR aproximace Gaussovy funkce
IIR aproximace Gaussovy funkceIIR aproximace Gaussovy funkce
IIR aproximace Gaussovy funkce
 
Akcelerace DWT pomocí SIMD
Akcelerace DWT pomocí SIMDAkcelerace DWT pomocí SIMD
Akcelerace DWT pomocí SIMD
 
Wavelet Lifting on Application Specific Vector Processor
Wavelet Lifting on Application Specific Vector ProcessorWavelet Lifting on Application Specific Vector Processor
Wavelet Lifting on Application Specific Vector Processor
 
GStreamer
GStreamerGStreamer
GStreamer
 
FFmpeg
FFmpegFFmpeg
FFmpeg
 
Bit Twiddling Hacks: Integers
Bit Twiddling Hacks: IntegersBit Twiddling Hacks: Integers
Bit Twiddling Hacks: Integers
 
Fixed-point arithmetic
Fixed-point arithmeticFixed-point arithmetic
Fixed-point arithmetic
 
Wavelets @ CPU
Wavelets @ CPUWavelets @ CPU
Wavelets @ CPU
 

Recently uploaded

Richard's aventures in two entangled wonderlands
Richard's aventures in two entangled wonderlandsRichard's aventures in two entangled wonderlands
Richard's aventures in two entangled wonderlands
Richard Gill
 
GBSN- Microbiology (Lab 3) Gram Staining
GBSN- Microbiology (Lab 3) Gram StainingGBSN- Microbiology (Lab 3) Gram Staining
GBSN- Microbiology (Lab 3) Gram Staining
Areesha Ahmad
 
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
Sérgio Sacani
 
Citrus Greening Disease and its Management
Citrus Greening Disease and its ManagementCitrus Greening Disease and its Management
Citrus Greening Disease and its Management
subedisuryaofficial
 
EY - Supply Chain Services 2018_template.pptx
EY - Supply Chain Services 2018_template.pptxEY - Supply Chain Services 2018_template.pptx
EY - Supply Chain Services 2018_template.pptx
AlguinaldoKong
 
extra-chromosomal-inheritance[1].pptx.pdfpdf
extra-chromosomal-inheritance[1].pptx.pdfpdfextra-chromosomal-inheritance[1].pptx.pdfpdf
extra-chromosomal-inheritance[1].pptx.pdfpdf
DiyaBiswas10
 
SCHIZOPHRENIA Disorder/ Brain Disorder.pdf
SCHIZOPHRENIA Disorder/ Brain Disorder.pdfSCHIZOPHRENIA Disorder/ Brain Disorder.pdf
SCHIZOPHRENIA Disorder/ Brain Disorder.pdf
SELF-EXPLANATORY
 
role of pramana in research.pptx in science
role of pramana in research.pptx in sciencerole of pramana in research.pptx in science
role of pramana in research.pptx in science
sonaliswain16
 
Hemoglobin metabolism_pathophysiology.pptx
Hemoglobin metabolism_pathophysiology.pptxHemoglobin metabolism_pathophysiology.pptx
Hemoglobin metabolism_pathophysiology.pptx
muralinath2
 
Multi-source connectivity as the driver of solar wind variability in the heli...
Multi-source connectivity as the driver of solar wind variability in the heli...Multi-source connectivity as the driver of solar wind variability in the heli...
Multi-source connectivity as the driver of solar wind variability in the heli...
Sérgio Sacani
 
Structural Classification Of Protein (SCOP)
Structural Classification Of Protein  (SCOP)Structural Classification Of Protein  (SCOP)
Structural Classification Of Protein (SCOP)
aishnasrivastava
 
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATIONPRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
ChetanK57
 
GBSN - Microbiology (Lab 4) Culture Media
GBSN - Microbiology (Lab 4) Culture MediaGBSN - Microbiology (Lab 4) Culture Media
GBSN - Microbiology (Lab 4) Culture Media
Areesha Ahmad
 
Hemostasis_importance& clinical significance.pptx
Hemostasis_importance& clinical significance.pptxHemostasis_importance& clinical significance.pptx
Hemostasis_importance& clinical significance.pptx
muralinath2
 
in vitro propagation of plants lecture note.pptx
in vitro propagation of plants lecture note.pptxin vitro propagation of plants lecture note.pptx
in vitro propagation of plants lecture note.pptx
yusufzako14
 
erythropoiesis-I_mechanism& clinical significance.pptx
erythropoiesis-I_mechanism& clinical significance.pptxerythropoiesis-I_mechanism& clinical significance.pptx
erythropoiesis-I_mechanism& clinical significance.pptx
muralinath2
 
Structures and textures of metamorphic rocks
Structures and textures of metamorphic rocksStructures and textures of metamorphic rocks
Structures and textures of metamorphic rocks
kumarmathi863
 
Richard's entangled aventures in wonderland
Richard's entangled aventures in wonderlandRichard's entangled aventures in wonderland
Richard's entangled aventures in wonderland
Richard Gill
 
4. An Overview of Sugarcane White Leaf Disease in Vietnam.pdf
4. An Overview of Sugarcane White Leaf Disease in Vietnam.pdf4. An Overview of Sugarcane White Leaf Disease in Vietnam.pdf
4. An Overview of Sugarcane White Leaf Disease in Vietnam.pdf
ssuserbfdca9
 
filosofia boliviana introducción jsjdjd.pptx
filosofia boliviana introducción jsjdjd.pptxfilosofia boliviana introducción jsjdjd.pptx
filosofia boliviana introducción jsjdjd.pptx
IvanMallco1
 

Recently uploaded (20)

Richard's aventures in two entangled wonderlands
Richard's aventures in two entangled wonderlandsRichard's aventures in two entangled wonderlands
Richard's aventures in two entangled wonderlands
 
GBSN- Microbiology (Lab 3) Gram Staining
GBSN- Microbiology (Lab 3) Gram StainingGBSN- Microbiology (Lab 3) Gram Staining
GBSN- Microbiology (Lab 3) Gram Staining
 
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
Earliest Galaxies in the JADES Origins Field: Luminosity Function and Cosmic ...
 
Citrus Greening Disease and its Management
Citrus Greening Disease and its ManagementCitrus Greening Disease and its Management
Citrus Greening Disease and its Management
 
EY - Supply Chain Services 2018_template.pptx
EY - Supply Chain Services 2018_template.pptxEY - Supply Chain Services 2018_template.pptx
EY - Supply Chain Services 2018_template.pptx
 
extra-chromosomal-inheritance[1].pptx.pdfpdf
extra-chromosomal-inheritance[1].pptx.pdfpdfextra-chromosomal-inheritance[1].pptx.pdfpdf
extra-chromosomal-inheritance[1].pptx.pdfpdf
 
SCHIZOPHRENIA Disorder/ Brain Disorder.pdf
SCHIZOPHRENIA Disorder/ Brain Disorder.pdfSCHIZOPHRENIA Disorder/ Brain Disorder.pdf
SCHIZOPHRENIA Disorder/ Brain Disorder.pdf
 
role of pramana in research.pptx in science
role of pramana in research.pptx in sciencerole of pramana in research.pptx in science
role of pramana in research.pptx in science
 
Hemoglobin metabolism_pathophysiology.pptx
Hemoglobin metabolism_pathophysiology.pptxHemoglobin metabolism_pathophysiology.pptx
Hemoglobin metabolism_pathophysiology.pptx
 
Multi-source connectivity as the driver of solar wind variability in the heli...
Multi-source connectivity as the driver of solar wind variability in the heli...Multi-source connectivity as the driver of solar wind variability in the heli...
Multi-source connectivity as the driver of solar wind variability in the heli...
 
Structural Classification Of Protein (SCOP)
Structural Classification Of Protein  (SCOP)Structural Classification Of Protein  (SCOP)
Structural Classification Of Protein (SCOP)
 
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATIONPRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
PRESENTATION ABOUT PRINCIPLE OF COSMATIC EVALUATION
 
GBSN - Microbiology (Lab 4) Culture Media
GBSN - Microbiology (Lab 4) Culture MediaGBSN - Microbiology (Lab 4) Culture Media
GBSN - Microbiology (Lab 4) Culture Media
 
Hemostasis_importance& clinical significance.pptx
Hemostasis_importance& clinical significance.pptxHemostasis_importance& clinical significance.pptx
Hemostasis_importance& clinical significance.pptx
 
in vitro propagation of plants lecture note.pptx
in vitro propagation of plants lecture note.pptxin vitro propagation of plants lecture note.pptx
in vitro propagation of plants lecture note.pptx
 
erythropoiesis-I_mechanism& clinical significance.pptx
erythropoiesis-I_mechanism& clinical significance.pptxerythropoiesis-I_mechanism& clinical significance.pptx
erythropoiesis-I_mechanism& clinical significance.pptx
 
Structures and textures of metamorphic rocks
Structures and textures of metamorphic rocksStructures and textures of metamorphic rocks
Structures and textures of metamorphic rocks
 
Richard's entangled aventures in wonderland
Richard's entangled aventures in wonderlandRichard's entangled aventures in wonderland
Richard's entangled aventures in wonderland
 
4. An Overview of Sugarcane White Leaf Disease in Vietnam.pdf
4. An Overview of Sugarcane White Leaf Disease in Vietnam.pdf4. An Overview of Sugarcane White Leaf Disease in Vietnam.pdf
4. An Overview of Sugarcane White Leaf Disease in Vietnam.pdf
 
filosofia boliviana introducción jsjdjd.pptx
filosofia boliviana introducción jsjdjd.pptxfilosofia boliviana introducción jsjdjd.pptx
filosofia boliviana introducción jsjdjd.pptx
 

Mathematical curiosities

  • 1. Mathematical curiosities David Barina October 12, 2018 David Barina Mathematical curiosities October 12, 2018 1 / 11
  • 2. Circle division by lines 1, 2, 4, 8, 16, . . . David Barina Mathematical curiosities October 12, 2018 2 / 11
  • 3. Circle division by lines 1, 2, 4, 8, 16, 31, 57, 99, 163, 256, . . . David Barina Mathematical curiosities October 12, 2018 3 / 11
  • 4. Circle division by lines (Euler) V − E + F = 2 f (n) = n 4 + n 2 + 1 David Barina Mathematical curiosities October 12, 2018 4 / 11
  • 5. Exhaustive search (brute-forcing) 16-bit computers (IBM PC-XT 286) 32-bit computers (i386) 64-bit computers (AMD64, Opteron) 128-bit registers (SSE, . . . ) 2048-, 4096-bit RSA keys David Barina Mathematical curiosities October 12, 2018 5 / 11
  • 6. Exhaustive search (brute-forcing) 16-bit computers (IBM PC-XT 286) 32-bit computers (i386) 64-bit computers (AMD64, Opteron) 128-bit registers (SSE, . . . ) 2048-, 4096-bit RSA keys iterate through all values 16 bits : David Barina Mathematical curiosities October 12, 2018 5 / 11
  • 7. Exhaustive search (brute-forcing) 16-bit computers (IBM PC-XT 286) 32-bit computers (i386) 64-bit computers (AMD64, Opteron) 128-bit registers (SSE, . . . ) 2048-, 4096-bit RSA keys iterate through all values 16 bits : 0 secs 32 bits : David Barina Mathematical curiosities October 12, 2018 5 / 11
  • 8. Exhaustive search (brute-forcing) 16-bit computers (IBM PC-XT 286) 32-bit computers (i386) 64-bit computers (AMD64, Opteron) 128-bit registers (SSE, . . . ) 2048-, 4096-bit RSA keys iterate through all values 16 bits : 0 secs 32 bits : 16 secs 64 bits : David Barina Mathematical curiosities October 12, 2018 5 / 11
  • 9. Exhaustive search (brute-forcing) 16-bit computers (IBM PC-XT 286) 32-bit computers (i386) 64-bit computers (AMD64, Opteron) 128-bit registers (SSE, . . . ) 2048-, 4096-bit RSA keys iterate through all values 16 bits : 0 secs 32 bits : 16 secs 64 bits : cca 2180 years David Barina Mathematical curiosities October 12, 2018 5 / 11
  • 10. Exhaustive search (brute-forcing) 16-bit computers (IBM PC-XT 286) 32-bit computers (i386) 64-bit computers (AMD64, Opteron) 128-bit registers (SSE, . . . ) 2048-, 4096-bit RSA keys iterate through all values 16 bits : 0 secs 32 bits : 16 secs 64 bits : cca 2180 years 187 bits : energy = annual output of the Sun David Barina Mathematical curiosities October 12, 2018 5 / 11
  • 11. Exhaustive search (brute-forcing) 16-bit computers (IBM PC-XT 286) 32-bit computers (i386) 64-bit computers (AMD64, Opteron) 128-bit registers (SSE, . . . ) 2048-, 4096-bit RSA keys iterate through all values 16 bits : 0 secs 32 bits : 16 secs 64 bits : cca 2180 years 187 bits : energy = annual output of the Sun 256 bits : 5.9 × 1020 Suns David Barina Mathematical curiosities October 12, 2018 5 / 11
  • 12. Collatz problem C(n) = 3n + 1, if n odd, n/2, if n even. David Barina Mathematical curiosities October 12, 2018 6 / 11
  • 13. Collatz problem 27, 82, 41, 124, 62, 31, 94, 47, 142, 71, 214, 107, 322, 161, 484, 242, 121, 364, 182, 91, 274, 137, 412, 206, 103, 310, 155, 466, 233, 700, 350, 175, 526, 263, 790, 395, 1186, 593, 1780, 890, 445, 1336, 668, 334, 167, 502, 251, 754, 377, 1132, 566, 283, 850, 425, 1276, 638, 319, 958, 479, 1438, 719, 2158, 1079, 3238, 1619, 4858, 2429, 7288, 3644, 1822, 911, 2734, 1367, 4102, 2051, 6154, 3077, 9232, 4616, 2308, 1154, 577, 1732, 866, 433, 1300, 650, 325, 976, 488, 244, 122, 61, 184, 92, 46, 23, 70, 35, 106, 53, 160, 80, 40, 20, 10, 5, 16, 8, 4, 2, 1 David Barina Mathematical curiosities October 12, 2018 7 / 11
  • 14. Collatz problem David Barina Mathematical curiosities October 12, 2018 8 / 11
  • 15. Collatz problem 0 50 100 150 200 250 300 0 1000 2000 3000 4000 5000 6000 7000 8000 9000 10000 David Barina Mathematical curiosities October 12, 2018 9 / 11
  • 16. Collatz problem N = 2A 3B − B n=1 2αn 3n 11 = 210 /34 − 26 /34 − 23 /33 − 21 /32 − 20 /31 In what ways does the prime factorization of a affect the prime factorization of a + 1? up to ca. 266 (distributed search) David Barina Mathematical curiosities October 12, 2018 10 / 11
  • 17. Tupper’s self-referential formula 1 2 < mod y 17 2−17 x −mod( y ,17) , 2 k is the 543-digit integer 960 939 379 . . . 748 404 719 if one graphs the set of points (x, y) in 0 ≤ x < 106 and k ≤ y < k + 17 satisfying the inequality David Barina Mathematical curiosities October 12, 2018 11 / 11
  • 18. Tupper’s self-referential formula 1 2 < mod y 17 2−17 x −mod( y ,17) , 2 k is the 543-digit integer 960 939 379 . . . 748 404 719 if one graphs the set of points (x, y) in 0 ≤ x < 106 and k ≤ y < k + 17 satisfying the inequality David Barina Mathematical curiosities October 12, 2018 11 / 11