An open API service indexing awesome lists of open source software.

https://github.com/sepppenner/tendigitprimecalculatorjava

TenDigitPrimeCalculatorJava is a project to calculate the Google 10 digit prime number from the Euler number in Java. TenDigitPrimeCalculatorJava is a project to calculate the Google billboard problem in Java.
https://github.com/sepppenner/tendigitprimecalculatorjava

Last synced: 10 months ago
JSON representation

TenDigitPrimeCalculatorJava is a project to calculate the Google 10 digit prime number from the Euler number in Java. TenDigitPrimeCalculatorJava is a project to calculate the Google billboard problem in Java.

Awesome Lists containing this project

README

          

# TenDigitPrimeCalculatorJava
TenDigitPrimeCalculatorJava is a project to calculate the [Google 10 digit prime number](https://mkaz.blog/math/google-billboard-problems/) from the Euler number in Java.
TenDigitPrimeCalculatorJava is a project to calculate the [Google billboard](https://mkaz.blog/math/google-billboard-problems/) problem in Java.

[![Build status](https://ci.appveyor.com/api/projects/status/icgx85t74dv0iw0g?svg=true)](https://ci.appveyor.com/project/SeppPenner/tendigitprimecalculatorjava)
[![GitHub issues](https://img.shields.io/github/issues/SeppPenner/TenDigitPrimeCalculatorJava.svg)](https://github.com/SeppPenner/TenDigitPrimeCalculatorJava/issues)
[![GitHub forks](https://img.shields.io/github/forks/SeppPenner/TenDigitPrimeCalculatorJava.svg)](https://github.com/SeppPenner/TenDigitPrimeCalculatorJava/network)
[![GitHub stars](https://img.shields.io/github/stars/SeppPenner/TenDigitPrimeCalculatorJava.svg)](https://github.com/SeppPenner/TenDigitPrimeCalculatorJava/stargazers)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://raw.githubusercontent.com/SeppPenner/TenDigitPrimeCalculatorJava/master/License.txt)

## References
http://franzhuber23.blogspot.de/2017/10/google-10-digit-prime-in-eulers-number.html

## Result
7427466391

Change history
--------------

See the [Changelog](https://github.com/SeppPenner/TenDigitPrimeCalculatorJava/blob/master/Changelog.md).