Juggler Sequence Calculator

a(n+1) = ⌊a(n)^(1/2 or 3/2)⌋

CalculatorsFreeNo Signup
4.9(694 reviews)
All Tools

Loading tool...

About Juggler Sequence Calculator

A juggler sequence calculator generating terms via the rule: if even, take floor of square root; if odd, take floor of n^(3/2). Conjectured to always reach 1. Shows sequence, peak value, and flight length. Client-side.

Juggler Sequence Calculator Features

  • Sequence
  • Peak value
  • Flight length
  • Conjecture
  • Even/odd rule
Juggler sequence: start with n. If even: next = ⌊√n⌋. If odd: next = ⌊n^(3/2)⌋. Example: 3→5→11→36→6→2→1. Conjectured to always reach 1, analogous to Collatz but with square roots. The peak can be enormous — starting at 37, the peak exceeds 10^40!

How to Use

Enter starting value:

  • Sequence: All terms to 1
  • Peak: Maximum value reached
  • Length: Steps to reach 1

The Juggler Conjecture

Like Collatz, it's conjectured that every starting value eventually reaches 1. Verified for all starting values up to 10^6. Unlike Collatz, the odd step (n^(3/2)) grows much faster, but the even step (√n) shrinks much faster too.

Peak Records

Starting at 37: peak reaches a number with over 40 digits! Starting at 113: peak > 10^44. The peaks grow extremely erratically. Some small starting values produce enormous peaks before collapsing back to 1.

Step-by-Step Instructions

  1. 1Enter starting number.
  2. 2Generate sequence.
  3. 3Find peak.
  4. 4Count steps.
  5. 5Compare to Collatz.

Juggler Sequence Calculator — Frequently Asked Questions

Is the juggler conjecture proven?+

No! Like Collatz, it remains unproven. Verified computationally for starting values up to ~10^6. The main difficulty: peaks can be astronomically large (10^40+ digits for small starting values), making exhaustive computation impractical.

How does it compare to Collatz?+

Both conjectured to reach 1 from any start. Collatz: 3n+1 or n/2. Juggler: n^(3/2) or √n. Juggler peaks much higher (exponential growth) but also collapses faster (square root). Juggler sequences tend to be shorter but with much larger intermediate values.

Why is it called 'juggler'?+

The name comes from the values going up (when odd, n^(3/2) shoots up) and down (when even, √n comes back down), like balls being juggled. The sequence 'juggles' between high and low values before settling.

Share this tool: