Learning patterns and the maths

218 Views Asked by At

I am interested in learning more about patterns.

My objective is to learn about how to analyse a set of numbers (not infinite but a large set of numbers in sequence) and see the patterns and then write them down and use that pattern for something else in the future.

What should I need to do? Where do I start etc...

2

There are 2 best solutions below

4
On

Your questions is rather broad, as we can have all types of patterns that can include logic patterns, number patterns, and even word patterns.

For number patterns, there are all sorts of things (list not exhaustive) to learn, investigate and explore, such as:

$\bullet$ Arithmetic Sequences

$\bullet$ Geometric Sequences

See for example, the Number Sequence Calculator

$\bullet$ Special Sequences

$\bullet$ Square Numbers, Cube Numbers, Fibonacci Numbers, Pascal's Triangle, $\cdots$

$\bullet$ General Number Patterns

$\bullet$ Repeating Patterns

$\bullet$ Recursions

$\bullet$ Method of Common Differences

$\bullet$ Non-Math Sequences

$\bullet$ Mathematical Series

$\bullet$ Discrete Mathematics

Images

There are also very interesting patterns and here are some images of those.

There are lots of general techniques like taking the first difference of members (works for quadratic equations, linear recurrence relations, etc.) or looking at subsequences (say, every other member).

You can browse through the OEIS and see the many types of relationships you can have (from the very simple to the very complex).

This site has over 400 examples of Number Patterns and look at the magic anything graphics and patterns.

There are entire books written for all kinds of patterns and symmetry within mathematics.

Regards

0
On

There are patterns and they can be found. But you might also be able to choose the number you want. For instance; next term after 1,2,3,4,5,6, is obviously 1000, because the general term of the sequence might be :

$a(n)= n + ((n-1)(n-2)(n-3)(n-4)(n-5)(n-6)(a-7))/6! $

and then you have just to choose the value of a you wish for it to be next term.

Examples of apparent patterns that eventually fail