Generate Lucas Primes
Calculate a series of Lucas primes. Runs entirely in your browser, so your data never leaves your device.
Output
The result appears here as you type.
How to use Generate Lucas Primes
- 1. Set how many primes to find. Enter the How many primes value to choose how many Lucas numbers that are also prime should be generated. Nothing needs to be pasted since the list is computed directly.
- 2. Choose a separator. Pick the Separator that joins the resulting numbers, such as a comma or newline, matching the format you need downstream.
- 3. Copy the Lucas primes. Copy the resulting list of numbers that are both Lucas numbers and prime, referenced in OEIS as A005479, for your research or reference material.
When to use Generate Lucas Primes
Generate Lucas Primes lists numbers that are simultaneously part of the Lucas sequence and prime, a rarer combination than either property alone. It is built for anyone comparing Lucas primes against their Fibonacci prime counterpart.
- Comparing Fibonacci and Lucas primes. You are writing a comparison of how often primes show up in the Fibonacci sequence versus the Lucas sequence and need a correct list of Lucas primes to cite.
- Referencing OEIS sequence A005479. Someone studying OEIS entry A005479 wants to generate additional terms beyond what is listed on the page to check a conjecture about their spacing.
- Building a number theory trivia set. A quiz app featuring questions about special number classes wants a verified list of Lucas primes to use as correct answers.
- Testing a combined sequence and primality filter. A developer testing code that filters a Lucas sequence for primes wants a trusted expected output to validate their implementation against.
Examples
The first nine Lucas primes
Output
2, 3, 7, 11, 29, 47, 199, 521, 2207
About the Generate Lucas Primes tool
Generate Lucas Primes does its work locally, right in the browser. Calculate a series of Lucas primes. There is no upload step, no queue and no account, and your data never travels over the network.
It belongs to the Number Tools collection on EditSafely, a set of 194 small, focused Number utilities that share the same instant, private workspace.
You can shape the output with 2 settings, including How many primes 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 Lucas Primes 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.