SlideShare a Scribd company logo
1 of 18
Download to read offline
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

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
 

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

The Mariana Trench remarkable geological features on Earth.pptx
The Mariana Trench remarkable geological features on Earth.pptxThe Mariana Trench remarkable geological features on Earth.pptx
The Mariana Trench remarkable geological features on Earth.pptx
seri bangash
 
Cyathodium bryophyte: morphology, anatomy, reproduction etc.
Cyathodium bryophyte: morphology, anatomy, reproduction etc.Cyathodium bryophyte: morphology, anatomy, reproduction etc.
Cyathodium bryophyte: morphology, anatomy, reproduction etc.
Cherry
 
CYTOGENETIC MAP................ ppt.pptx
CYTOGENETIC MAP................ ppt.pptxCYTOGENETIC MAP................ ppt.pptx
CYTOGENETIC MAP................ ppt.pptx
Cherry
 
Reboulia: features, anatomy, morphology etc.
Reboulia: features, anatomy, morphology etc.Reboulia: features, anatomy, morphology etc.
Reboulia: features, anatomy, morphology etc.
Cherry
 
Digital Dentistry.Digital Dentistryvv.pptx
Digital Dentistry.Digital Dentistryvv.pptxDigital Dentistry.Digital Dentistryvv.pptx
Digital Dentistry.Digital Dentistryvv.pptx
MohamedFarag457087
 

Recently uploaded (20)

GBSN - Microbiology (Unit 4) Concept of Asepsis
GBSN - Microbiology (Unit 4) Concept of AsepsisGBSN - Microbiology (Unit 4) Concept of Asepsis
GBSN - Microbiology (Unit 4) Concept of Asepsis
 
Taphonomy and Quality of the Fossil Record
Taphonomy and Quality of the  Fossil RecordTaphonomy and Quality of the  Fossil Record
Taphonomy and Quality of the Fossil Record
 
FS P2 COMBO MSTA LAST PUSH past exam papers.
FS P2 COMBO MSTA LAST PUSH past exam papers.FS P2 COMBO MSTA LAST PUSH past exam papers.
FS P2 COMBO MSTA LAST PUSH past exam papers.
 
Plasmid: types, structure and functions.
Plasmid: types, structure and functions.Plasmid: types, structure and functions.
Plasmid: types, structure and functions.
 
Cyanide resistant respiration pathway.pptx
Cyanide resistant respiration pathway.pptxCyanide resistant respiration pathway.pptx
Cyanide resistant respiration pathway.pptx
 
Terpineol and it's characterization pptx
Terpineol and it's characterization pptxTerpineol and it's characterization pptx
Terpineol and it's characterization pptx
 
Human & Veterinary Respiratory Physilogy_DR.E.Muralinath_Associate Professor....
Human & Veterinary Respiratory Physilogy_DR.E.Muralinath_Associate Professor....Human & Veterinary Respiratory Physilogy_DR.E.Muralinath_Associate Professor....
Human & Veterinary Respiratory Physilogy_DR.E.Muralinath_Associate Professor....
 
Energy is the beat of life irrespective of the domains. ATP- the energy curre...
Energy is the beat of life irrespective of the domains. ATP- the energy curre...Energy is the beat of life irrespective of the domains. ATP- the energy curre...
Energy is the beat of life irrespective of the domains. ATP- the energy curre...
 
TransientOffsetin14CAftertheCarringtonEventRecordedbyPolarTreeRings
TransientOffsetin14CAftertheCarringtonEventRecordedbyPolarTreeRingsTransientOffsetin14CAftertheCarringtonEventRecordedbyPolarTreeRings
TransientOffsetin14CAftertheCarringtonEventRecordedbyPolarTreeRings
 
Genome Projects : Human, Rice,Wheat,E coli and Arabidopsis.
Genome Projects : Human, Rice,Wheat,E coli and Arabidopsis.Genome Projects : Human, Rice,Wheat,E coli and Arabidopsis.
Genome Projects : Human, Rice,Wheat,E coli and Arabidopsis.
 
Efficient spin-up of Earth System Models usingsequence acceleration
Efficient spin-up of Earth System Models usingsequence accelerationEfficient spin-up of Earth System Models usingsequence acceleration
Efficient spin-up of Earth System Models usingsequence acceleration
 
The Mariana Trench remarkable geological features on Earth.pptx
The Mariana Trench remarkable geological features on Earth.pptxThe Mariana Trench remarkable geological features on Earth.pptx
The Mariana Trench remarkable geological features on Earth.pptx
 
Cyathodium bryophyte: morphology, anatomy, reproduction etc.
Cyathodium bryophyte: morphology, anatomy, reproduction etc.Cyathodium bryophyte: morphology, anatomy, reproduction etc.
Cyathodium bryophyte: morphology, anatomy, reproduction etc.
 
Selaginella: features, morphology ,anatomy and reproduction.
Selaginella: features, morphology ,anatomy and reproduction.Selaginella: features, morphology ,anatomy and reproduction.
Selaginella: features, morphology ,anatomy and reproduction.
 
GBSN - Biochemistry (Unit 3) Metabolism
GBSN - Biochemistry (Unit 3) MetabolismGBSN - Biochemistry (Unit 3) Metabolism
GBSN - Biochemistry (Unit 3) Metabolism
 
CYTOGENETIC MAP................ ppt.pptx
CYTOGENETIC MAP................ ppt.pptxCYTOGENETIC MAP................ ppt.pptx
CYTOGENETIC MAP................ ppt.pptx
 
Reboulia: features, anatomy, morphology etc.
Reboulia: features, anatomy, morphology etc.Reboulia: features, anatomy, morphology etc.
Reboulia: features, anatomy, morphology etc.
 
GBSN - Microbiology (Unit 3)Defense Mechanism of the body
GBSN - Microbiology (Unit 3)Defense Mechanism of the body GBSN - Microbiology (Unit 3)Defense Mechanism of the body
GBSN - Microbiology (Unit 3)Defense Mechanism of the body
 
Climate Change Impacts on Terrestrial and Aquatic Ecosystems.pptx
Climate Change Impacts on Terrestrial and Aquatic Ecosystems.pptxClimate Change Impacts on Terrestrial and Aquatic Ecosystems.pptx
Climate Change Impacts on Terrestrial and Aquatic Ecosystems.pptx
 
Digital Dentistry.Digital Dentistryvv.pptx
Digital Dentistry.Digital Dentistryvv.pptxDigital Dentistry.Digital Dentistryvv.pptx
Digital Dentistry.Digital Dentistryvv.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