When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Triangular number - Wikipedia

    en.wikipedia.org/wiki/Triangular_number

    The final digit of a triangular number is 0, 1, 3, 5, 6, or 8, and thus such numbers never end in 2, 4, 7, or 9. A final 3 must be preceded by a 0 or 5; a final 8 must be preceded by a 2 or 7. In base 10, the digital root of a nonzero triangular number is always 1, 3, 6, or 9. Hence, every triangular number is either divisible by three or has a ...

  3. Square triangular number - Wikipedia

    en.wikipedia.org/wiki/Square_triangular_number

    Consequently, a square number is also triangular if and only if + is square, that is, there are numbers and such that =. This is an instance of the Pell equation x 2 − n y 2 = 1 {\displaystyle x^{2}-ny^{2}=1} with n = 8 {\displaystyle n=8} .

  4. Floyd's triangle - Wikipedia

    en.wikipedia.org/wiki/Floyd's_triangle

    Floyd's triangle is a triangular array of natural numbers used in computer science education. It is named after Robert Floyd . It is defined by filling the rows of the triangle with consecutive numbers, starting with a 1 in the top left corner:

  5. Figurate number - Wikipedia

    en.wikipedia.org/wiki/Figurate_number

    a number represented as a discrete r-dimensional regular geometric pattern of r-dimensional balls such as a polygonal number (for r = 2) or a polyhedral number (for r = 3). a member of the subset of the sets above containing only triangular numbers, pyramidal numbers , and their analogs in other dimensions.

  6. Squared triangular number - Wikipedia

    en.wikipedia.org/wiki/Squared_triangular_number

    A square whose side length is a triangular number can be partitioned into squares and half-squares whose areas add to cubes. From Gulley (2010).The n th coloured region shows n squares of dimension n by n (the rectangle is 1 evenly divided square), hence the area of the n th region is n times n × n.

  7. Doubly triangular number - Wikipedia

    en.wikipedia.org/wiki/Doubly_triangular_number

    In mathematics, the doubly triangular numbers are the numbers that appear within the sequence of triangular numbers, in positions that are also triangular numbers. That is, if T n = n ( n + 1 ) / 2 {\displaystyle T_{n}=n(n+1)/2} denotes the n {\displaystyle n} th triangular number, then the doubly triangular numbers are the numbers of the form ...

  8. Centered triangular number - Wikipedia

    en.wikipedia.org/wiki/Centered_triangular_number

    Each centered triangular number has a remainder of 1 when divided by 3, and the quotient (if positive) is the previous regular triangular number. Each centered triangular number from 10 onwards is the sum of three consecutive regular triangular numbers. For n > 2, the sum of the first n centered triangular numbers is the magic constant for an n ...

  9. Marching squares - Wikipedia

    en.wikipedia.org/wiki/Marching_squares

    Marching Squares code in Java. Given a 2D data set and thresholds, returns GeneralPath[] for easy plotting. Meandering Triangles explanation and sample Python implementation. Marching Squares code in C – A single header library for marching squares that can export triangle meshes for easy rendering.