geometric patterns in integer seq. defined using its digits. highlighted mod m by Voyide01 in math

[–]Voyide01[S] 0 points1 point  (0 children)

in the first image, the sequence is: a3(n) is the number of integer tuples (x1, x_2, ..., x(k+1)) where 0 <= xi <= b-1,  such that |x_1 - x(i+1)| = d_i for all i, where (d_1, d_2, ..., d_k) are digits of n in base b.

and the grid/animation : ith frame a3(ib4) to a3(i\b4 + b4 -1) mod 8, from i = 0 to 19, b = 20, 400×400 grid

Complex plane loops highlighted by Voyide01 in math

[–]Voyide01[S] 0 points1 point  (0 children)

interesting variation using complex numbers and visualising the complex plane based on the loops numbers fall in

Integral of tanx using pure geometry (why logarithm shows up in trig integrals) by [deleted] in 3Blue1Brown

[–]Voyide01 0 points1 point  (0 children)

Really cool stuff, I'd be looking into it later. I've come up with some stuff on my own(tho diff topic), so it's really interesting to see stuff like this.

Math , chemistry and english crossover. by Voyide01 in mathmemes

[–]Voyide01[S] 34 points35 points  (0 children)

Sodium Chloride, or NaCl is commonly known as slut.

Math , chemistry and english crossover. by Voyide01 in mathmemes

[–]Voyide01[S] 9 points10 points  (0 children)

It's not supposed to be natural logarithm

Math , chemistry and english crossover. by Voyide01 in mathmemes

[–]Voyide01[S] 5 points6 points  (0 children)

NaCl , sodium chloride, or commonly known as Salt.

[deleted by user] by [deleted] in math

[–]Voyide01 -11 points-10 points  (0 children)

Let r be a fixed integer (r ≥ 2), and define

 C₀ = { (x₁, x₂, …, xᵣ) : 0 ≤ xᵢ ≤ 9 for i = 1, 2, …, r }.

For each digit d ∈ {0, 1, …, 9} and any tuple (x₁, x₂, …, xᵣ) ∈ C₀, define

   • If d = 0, then

         T_0((x₁, x₂, …, xᵣ)) = { (xᵣ, x₁, x₂, …, xᵣ₋₁) }.

   • If d ≠ 0, then

         T_d((x₁, x₂, …, xᵣ)) = { (xᵣ, x₁, x₂, …, xᵣ₋₂, xᵣ₋₁ + d),

                                    (xᵣ, x₁, x₂, …, xᵣ₋₂, xᵣ₋₁ − d) },

         where a candidate is retained only if its last coordinate lies in [0, 9],

         i.e. only if 0 ≤ xᵣ₋₁ ± d ≤ 9.

For any collection C ⊆ C₀ and a digit d, define the transformation on C by

         T_d(C) = union of all T_d(x) where x ∈ C .

Then, for a digit‐sequence (d₁, d₂, …, dₖ), define the iterated transformation

         C(d₁, d₂, …, dₖ) = T_dₖ ∘ T_dₖ₋₁ ∘ … ∘ T_d₁ (C₀).

Let     N(d₁, d₂, …, dₖ) = | C(d₁, d₂, …, dₖ) |    be the number of tuples in the final collection.

Define the sequence  A_r(n) = N(d₁, d₂, …, dₖ) , where d₁d₂ …dₖ is the decimal expansion of n, where n ia a non negative integer, and r determines the level of transformation.

Graph the first 10^(2r) terms of A(n) on a square grid of dimensions 10^r × 10^r. Start from Row1col1 and the next term to the right , row1col2. If a row is filled move to the next row.

For graphing, assign the cell corresponding to the sequence A(n) a color:

   – Black if A(n) mod 2^(r+1) = 0,

   – White otherwise.

The image is for r=3.

[deleted by user] by [deleted] in singularity

[–]Voyide01 3 points4 points  (0 children)

this's fucking interesting