EditSafely

Generate Juggler Number Sequence

Create a list of juggler numbers. Runs entirely in your browser, so your data never leaves your device.

Output

The result appears here as you type.

Options

How to use Generate Juggler Number Sequence

  1. 1. Set the starting number. Enter Start to pick the number whose juggler trajectory you want to trace. Odd and even starting values follow different branches of the square-root iteration rule.
  2. 2. Set a separator. Choose Separator, a comma or newline, to format the trajectory for a plain list or a stacked column of values.
  3. 3. Copy the trajectory. The tool repeatedly applies the juggler rule, taking the floor of the square root for even terms and the floor of the term to the power 1.5 for odd terms, until it reaches 1. Copy the sequence.

When to use Generate Juggler Number Sequence

Generate Juggler Number Sequence traces the trajectory a starting number follows under the juggler map, a square-root-based cousin of the Collatz conjecture. Use it whenever you want to see how a particular starting value behaves without computing each step by hand.

  • Comparing juggler and Collatz trajectories. A student studying unsolved conjectures in number theory wants to see how the juggler sequence's square-root rule produces a different trajectory shape than the familiar Collatz hailstone sequence.
  • Testing a juggler sequence implementation. A developer who wrote a function to iterate the juggler map validates its output against a known trajectory, like the one starting from 3, to confirm the floor and power operations are correct.
  • Exploring trajectory length for different starts. Someone curious about which starting numbers produce especially long juggler trajectories before reaching 1 tries several starting values here and compares how many steps each one takes.
  • Illustrating an open conjecture in a talk. A speaker covering unsolved problems in recreational mathematics uses a printed juggler trajectory as a concrete, easy-to-follow example before explaining why the general conjecture remains unproven.

Examples

The juggler trajectory of 3

Output

3, 5, 11, 36, 6, 2, 1

About the Generate Juggler Number Sequence tool

Generate Juggler Number Sequence does its work locally, right in the browser. Create a list of juggler numbers. There is no upload step, no queue and no account, and your data never travels over the network.

It belongs to the Math Tools collection on EditSafely, a set of 234 small, focused Math utilities that share the same instant, private workspace.

You can shape the output with 2 settings, including Start and Separator, and the result refreshes the moment you change one. A worked example further down the page shows exactly what the tool produces for a real input.

Running locally also makes the tool fast and dependable: results appear as you type or drop a file, there is no server outage that can take it down mid-task, and confidential data can be processed without a second thought.

Frequently asked questions

Is Generate Juggler Number Sequence free to use?

Yes, it is completely free. All 2,658 tools on EditSafely work without an account, a subscription or usage limits.

Does the generator send anything to a server?

Everything happens locally. Your browser downloads the tool's code once, then does all the processing itself; nothing you enter is transmitted, stored or logged. You can even go offline after the page loads and it will still work.

How do I get a different result?

Run the generator again. Each run is computed fresh on your device, and any options you change are applied to the next result immediately.

Do I need to sign up or install anything?

No. The tool works in any modern browser on desktop, tablet or phone. There is no account to create, no extension to add and no software to install.

How do I use the result?

The output panel has a one-click copy button, and you can keep refining the input while you work; the result updates in place as you type.

Related tools

All Math Tools