Tribonacci Sequence Calculator

T(n) = T(n-1) + T(n-2) + T(n-3)

CalculatorsFreeNo Signup
4.9(110 reviews)
All Tools

Loading tool...

About Tribonacci Sequence Calculator

A tribonacci sequence calculator generating T(n) where each term is the sum of the three preceding terms. T(0)=0, T(1)=0, T(2)=1. Ratio converges to the tribonacci constant ≈1.8393. Shows terms, ratios, and properties. Client-side.

Tribonacci Sequence Calculator Features

  • Sequence
  • Tribonacci constant
  • Ratio convergence
  • Properties
  • Custom seeds
Tribonacci: T(0)=T(1)=0, T(2)=1, T(n)=T(n-1)+T(n-2)+T(n-3). First terms: 0,0,1,1,2,4,7,13,24,44,81... Ratio T(n+1)/T(n) → tribonacci constant τ ≈ 1.83929, the real root of x³=x²+x+1. Generalization of the golden ratio.

How to Use

Enter n:

  • T(n): The n-th term
  • Sequence: All terms
  • Ratios: Convergence to τ

Tribonacci Constant

τ ≈ 1.83929 is the unique real root of x³−x²−x−1=0. Analogous to the golden ratio φ for Fibonacci. τ = (1 + ∛(19+3√33) + ∛(19−3√33))/3.

Properties

  • T(n) ~ c·τⁿ for constant c
  • Tribonacci word: 3-symbol analog of Fibonacci word
  • Rauzy fractal: beautiful 2D tiling from tribonacci

Step-by-Step Instructions

  1. 1Enter n.
  2. 2View T(n).
  3. 3See sequence.
  4. 4Check ratios.
  5. 5Compare to τ.

Tribonacci Sequence Calculator — Frequently Asked Questions

How does the tribonacci constant compare to φ?+

Golden ratio φ≈1.618 solves x²=x+1. Tribonacci constant τ≈1.839 solves x³=x²+x+1. Tetranacci solves x⁴=x³+x²+x+1 and equals ≈1.928. As k→∞, the k-nacci constant → 2.

What is a Rauzy fractal?+

The Rauzy fractal is a 2D shape arising from the tribonacci substitution 1→12, 2→13, 3→1. It tiles the plane and has a fractal boundary. It's the tribonacci analog of the Fibonacci spiral. Discovered by Gérard Rauzy in 1982.

Are there tribonacci primes?+

Tribonacci primes: T(n) that are prime. T(5)=4 is not, but T(7)=13 is. Known tribonacci primes include T(7)=13, T(11)=149, T(18)=8646... They appear to be rarer than Fibonacci primes.

Share this tool: