Factoriangular Number
   HOME

TheInfoList



OR:

In
number theory Number theory is a branch of pure mathematics devoted primarily to the study of the integers and arithmetic functions. Number theorists study prime numbers as well as the properties of mathematical objects constructed from integers (for example ...
, a factoriangular number is an
integer An integer is the number zero (0), a positive natural number (1, 2, 3, ...), or the negation of a positive natural number (−1, −2, −3, ...). The negations or additive inverses of the positive natural numbers are referred to as negative in ...
formed by adding a
factorial In mathematics, the factorial of a non-negative denoted is the Product (mathematics), product of all positive integers less than or equal The factorial also equals the product of n with the next smaller factorial: \begin n! &= n \times ...
and a
triangular number A triangular number or triangle number counts objects arranged in an equilateral triangle. Triangular numbers are a type of figurate number, other examples being square numbers and cube numbers. The th triangular number is the number of dots in ...
with the same index. The name is a
portmanteau In linguistics, a blend—also known as a blend word, lexical blend, or portmanteau—is a word formed by combining the meanings, and parts of the sounds, of two or more words together.
of "factorial" and "triangular."


Definition

For n \ge 1, the nth ''factoriangular number'', denoted \operatorname_n, is defined as the sum of the nth
factorial In mathematics, the factorial of a non-negative denoted is the Product (mathematics), product of all positive integers less than or equal The factorial also equals the product of n with the next smaller factorial: \begin n! &= n \times ...
and the nth
triangular number A triangular number or triangle number counts objects arranged in an equilateral triangle. Triangular numbers are a type of figurate number, other examples being square numbers and cube numbers. The th triangular number is the number of dots in ...
: :\operatorname_n = n! + T_n = n! + \frac. The first few factoriangular numbers are: These numbers form the
integer sequence In mathematics, an integer sequence is a sequence (i.e., an ordered list) of integers. An integer sequence may be specified ''explicitly'' by giving a formula for its ''n''th term, or ''implicitly'' by giving a relationship between its terms. For ...
br>A101292
in the Online Encyclopedia of Integer Sequences (OEIS).


Properties


Recurrence relations

Factoriangular numbers satisfy several
recurrence relations In mathematics, a recurrence relation is an equation according to which the nth term of a sequence of numbers is equal to some combination of the previous terms. Often, only k previous terms of the sequence appear in the equation, for a parameter ...
. For n \geq 1, :\operatorname_ = (n+1)\left(\operatorname_n - \frac\right) And for n \geq 2, :\operatorname_n = n\left(\operatorname_ - \frac\right) These are linear non-homogeneous recurrence relations with variable coefficients of order 1.


Generating functions

The
exponential generating function In mathematics, a generating function is a representation of an infinite sequence of numbers as the coefficients of a formal power series. Generating functions are often expressed in closed form (rather than as a series), by some expression invo ...
E(x) = \sum_^\infty \operatorname_n \tfrac for factoriangular numbers is (for -1 < x < 1) :E(x) = \frac If the sequence is extended to include \operatorname_0 = 1, then the exponential generating function becomes :E(x) = \frac.


Representations as sums of triangular numbers

Factoriangular numbers can sometimes be expressed as sums of two triangular numbers: * \operatorname_n = 2T_n if and only if n = 1 or n = 3. * \operatorname_n = T_x + T_n if and only if 8n! + 1 is a perfect square. For n \neq x, the only known solution is (\operatorname_5, T_) = (135, 120), giving \operatorname_5 = T_5 + T_. * \operatorname_n = T_x + T_y if and only if 8\operatorname_n + 2 is a sum of two squares.


Representations as sums of squares

Some factoriangular numbers can be expressed as the sum of two squares. For n \leq 20, the factoriangular numbers that can be written as a^2 + b^2 for some integers a and b include: * \operatorname_1 = 2 = 1^2 + 1^2 * \operatorname_2 = 5 = 1^2 + 2^2 * \operatorname_4 = 34 = 3^2 + 5^2 * \operatorname_9 = 362,925 = 195^2 + 570^2 This result is related to the
sum of two squares theorem In number theory, the sum of two squares theorem relates the prime decomposition of any integer to whether it can be written as a sum of two Square number, squares, such that for some integers , . An integer greater than one can be written as a ...
, which states that a positive integer can be expressed as a sum of two squares if and only if its
prime factorization In mathematics, integer factorization is the decomposition of a positive integer into a product of integers. Every positive integer greater than 1 is either the product of two or more integer factors greater than 1, in which case it is a comp ...
contains no prime factor of the form 4k+3 raised to an odd power.


Fibonacci factoriangular numbers

A ''Fibonacci factoriangular number'' is a number that is both a
Fibonacci number In mathematics, the Fibonacci sequence is a Integer sequence, sequence in which each element is the sum of the two elements that precede it. Numbers that are part of the Fibonacci sequence are known as Fibonacci numbers, commonly denoted . Many w ...
and a factoriangular number. There are exactly three such numbers: * \operatorname_1 = 2 = F_3 * \operatorname_2 = 5 = F_5 * \operatorname_4 = 34 = F_9 This result was conjectured by Romer Castillo and later proved by Ruiz and Luca.


Pell factoriangular numbers

A ''Pell factoriangular number'' is a number that is both a
Pell number In mathematics, the Pell numbers are an infinite sequence of integers, known since ancient times, that comprise the denominators of the closest rational approximations to the square root of 2. This sequence of approximations begins , , , , an ...
and a factoriangular number. Luca and Gómez-Ruiz proved that there are exactly three such numbers: \operatorname_1 = 2, \operatorname_2 = 5, and \operatorname_3 = 12.


Catalan factoriangular numbers

A ''Catalan factoriangular number'' is a number that is both a
Catalan number The Catalan numbers are a sequence of natural numbers that occur in various Enumeration, counting problems, often involving recursion, recursively defined objects. They are named after Eugène Charles Catalan, Eugène Catalan, though they were p ...
and a factoriangular number.


Generalizations

The concept of factoriangular numbers can be generalized to (n,k)-factoriangular numbers, defined as \operatorname_ = n! + T_k where n and k are positive integers. The original factoriangular numbers correspond to the case where n = k. This generalization gives rise to factoriangular triangles, which are Pascal-like triangular arrays of numbers. Two such triangles can be formed: * A triangle with entries \operatorname_ where k \leq n, yielding the sequence: 2, 3, 5, 7, 9, 12, 25, 27, 30, 34, ... * A triangle with entries \operatorname_ where k \geq n, yielding the sequence: 2, 4, 5, 7, 8, 12, 11, 12, 16, 34, ... In both cases, the diagonal entries (where n = k) correspond to the original factoriangular numbers.


See also

* Doubly triangular number *
Factorial prime A factorial prime is a prime number that is one less or one more than a factorial (all factorials greater than 1 are even). The first 10 factorial primes (for ''n'' = 1, 2, 3, 4, 6, 7, 11, 12, 14) are : : 2 (0! + 1 or 1! + 1) ...
*
Fibonacci number In mathematics, the Fibonacci sequence is a Integer sequence, sequence in which each element is the sum of the two elements that precede it. Numbers that are part of the Fibonacci sequence are known as Fibonacci numbers, commonly denoted . Many w ...
*
Lazy caterer's sequence The lazy caterer's sequence, more formally known as the central polygonal numbers, describes the maximum number of pieces of a Disk (mathematics), disk (a pancake or pizza is usually used to describe the situation) that can be made with a given nu ...
*
Square triangular number In mathematics, a square triangular number (or triangular square number) is a number which is both a triangular number and a square number, in other words, the sum of all integers from 1 to n has a square root that is an integer. There are inf ...


References


External links


Sequence A101292
in the OEIS
Sequence A275928
(number of odd divisors of factoriangular numbers) in the OEIS
Sequence A275929
(sum of first and last terms of runsums of length n of nth factoriangular number) in the OEIS {{Number theory Integer sequences Factorial and binomial topics