Tyte Beatboxing, music, writing, art and mathematics!

Glossary

4p+1 rule

To find the next integer in a 1chain, multiply by 4 and add 1.


c

A positive integer less than 2k, used when defining pivot formats.


chain

An nchain. Used when not referring to a specific nchain.


converge

Integers converge if they step down to the same integer.


e

An even integer.


F

The step down function.


graph

An infinite set of levels.


i

A positive integer which may be odd or even.


k

A power of 2.


L

The symbol for a level. If followed by a variable it refers to a relative level, e.g . Lr is the level below L(r+1). If followed by a numeric value it refers to an actual level in the 3x+1 tree, e.g. integers at L6 step down to 1 in six steps.


level

Integers that converge after the same number of steps down are at the same level.


link

An integer in an nchain subsequent to the pivot. Links are defined as a function of the previous integer in the nchain by a repeated cycle of functions.


loop

A thread is in a loop if it constantly repeats a cycle of integers.


m

A positive integer.


nchain

A sequence of integers at the same level that converge to the same integer at a lower level after n steps and that do not converge until reaching that integer. An nchain consists of a pivot followed by an infinite number of links.


o

An odd integer.


p

The previous integer in an nchain, used in the functions defining an nchain.


pivot

The first integer in an nchain.


spine

A sequence of integers obtained by stepping up (not necessarily the reverse of a thread).


step

Given x, calculate 3x+1 and then divide by 2 until an odd integer is obtained.


step down

Perform a step.


step up

Find an integer at the next higher level which steps down to a given integer or to an integer at the same level as the given integer.


thread

A sequence of odd integers obtained by stepping down.