Factoriangular number

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

In number theory, a factoriangular number is an integer formed by adding a factorial and a triangular number with the same index. The name is a portmanteau of "factorial" and "triangular."

Definition

[edit | edit source]

For n1, the nth factoriangular number, denoted Ftn, is defined as the sum of the nth factorial and the nth triangular number:[1]

Ftn=n!+Tn=n!+n(n+1)2.

The first few factoriangular numbers are:

n n! Tn Ftn=n!+Tn
1 1 1 2
2 2 3 5
3 6 6 12
4 24 10 34
5 120 15 135
6 720 21 741
7 5,040 28 5,068
8 40,320 36 40,356
9 362,880 45 362,925
10 3,628,800 55 3,628,855

These numbers form the integer sequence A101292 in the Online Encyclopedia of Integer Sequences (OEIS).

Properties

[edit | edit source]

Recurrence relations

[edit | edit source]

Factoriangular numbers satisfy several recurrence relations. For n1,

Ftn+1=(n+1)(Ftnn222)

And for n2,

Ftn=n(Ftn1n22n12)

These are linear non-homogeneous recurrence relations with variable coefficients of order 1.

Generating functions

[edit | edit source]

The exponential generating function E(x)=n=0Ftnxnn! for factoriangular numbers is (for 1<x<1)

E(x)=2+(25x2+2x3+x4)ex2(1x)2

If the sequence is extended to include Ft0=1, then the exponential generating function becomes

E(x)=2+(2xx2x3)ex2(1x).

Representations as sums of triangular numbers

[edit | edit source]

Factoriangular numbers can sometimes be expressed as sums of two triangular numbers:

  • Ftn=2Tn if and only if n=1 or n=3.
  • Ftn=Tx+Tn if and only if 8n!+1 is a perfect square. For nx, the only known solution is (Ft5,T15)=(135,120), giving Ft5=T5+T15.
  • Ftn=Tx+Ty if and only if 8Ftn+2 is a sum of two squares.

Representations as sums of squares

[edit | edit source]

Some factoriangular numbers can be expressed as the sum of two squares. For n20, the factoriangular numbers that can be written as a2+b2 for some integers a and b include:

  • Ft1=2=12+12
  • Ft2=5=12+22
  • Ft4=34=32+52
  • Ft9=362,925=1952+5702

This result is related to the sum of two squares theorem, which states that a positive integer can be expressed as a sum of two squares if and only if its prime factorization contains no prime factor of the form 4k+3 raised to an odd power.

Fibonacci factoriangular numbers

[edit | edit source]

A Fibonacci factoriangular number is a number that is both a Fibonacci number and a factoriangular number. There are exactly three such numbers:

  • Ft1=2=F3
  • Ft2=5=F5
  • Ft4=34=F9

This result was conjectured by Romer Castillo and later proved by Ruiz and Luca.[2][1]

Pell factoriangular numbers

[edit | edit source]

A Pell factoriangular number is a number that is both a Pell number and a factoriangular number.[3] Luca and Gómez-Ruiz proved that there are exactly three such numbers: Ft1=2, Ft2=5, and Ft3=12.[3]

Catalan factoriangular numbers

[edit | edit source]

A Catalan factoriangular number is a number that is both a Catalan number and a factoriangular number.

Generalizations

[edit | edit source]

The concept of factoriangular numbers can be generalized to (n,k)-factoriangular numbers, defined as Ftn,k=n!+Tk 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 Ftn,k where kn, yielding the sequence: 2, 3, 5, 7, 9, 12, 25, 27, 30, 34, ...
  • A triangle with entries Ftn,k where kn, 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

[edit | edit source]

References

[edit | edit source]
  1. ^ a b Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  2. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  3. ^ a b Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
[edit | edit source]