Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/michaelsdavid/numbersextraordinaire

A series of numerical/mathematical-related problems like finding prime pairs, abundant/deficient numbers, valid consecutive series, etc.
https://github.com/michaelsdavid/numbersextraordinaire

abundant-number java mathematics numerical perfect-numbers prime-numbers series

Last synced: 1 day ago
JSON representation

A series of numerical/mathematical-related problems like finding prime pairs, abundant/deficient numbers, valid consecutive series, etc.

Awesome Lists containing this project

README

        

# NumbersExtraordinaire
A series of numerical/mathematical-related problems like finding prime pairs, abundant/deficient numbers, valid consecutive series, etc.
Split into `NumbersApplication` and `ConsecutiveSeries`.