Belphegor Prime

Simon Singh gave the name Belphegor’s Prime to the number 1000000000000066600000000000001

added 2014-10-31T11:41:39Z by anders

girth of a graph

One naive way to measure sparsity of a graph is to measure the length of its shortest cycle (recall that a cycle is a path which starts and ends at the same vertex)

Source: jeremy kun
added 2013-08-26T01:55:03Z by anders

augend

The first of several addends, or “the one to which the others are added,” is sometimes called the augend.

added 2013-01-06T21:28:58Z by anders

fibonacci numbers can be computed by squaring a 2x2 matrix

[[Fn+1 Fn] [Fn Fn-1]] = [[1 1][1 0]]^n

added 2012-07-01T13:30:14Z by anders