Skip to content

ivanhernandez-dev/java-sheldonPrimes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Sheldon Prime Finder

This project is a Java application that identifies Sheldon prime numbers. Currently, the only known Sheldon prime number is 73. The program generates prime numbers up to a user-specified maximum and checks if they meet the properties of a Sheldon prime number.

Description

A Sheldon prime number is a prime number that meets the following properties:

  1. It is a prime number.
  2. Its position in the list of prime numbers is equal to the product of its digits.
  3. The position of the reversed number in the list of prime numbers is equal to the reversed number of its original position.

Features

  • Prime number generation using the Sieve of Eratosthenes.
  • Verification of the properties of Sheldon prime numbers.
  • Measurement of execution time for prime number generation and identification of Sheldon prime numbers.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages