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

https://github.com/alexandreelise/decimoli

Recursive function to compute patterns of decimal places when denominator is a repetition of 1 or more '3' and that the numerator is not divisible by the denominator. The decimal places "pattern" has as much digits than the denominator and repeats itself many times. I can't prove it yet but hopefully someone has already found this fun math puzzle
https://github.com/alexandreelise/decimoli

decimal-places experiment math-programming math-puzzle pattern recursive-algorithm

Last synced: 3 months ago
JSON representation

Recursive function to compute patterns of decimal places when denominator is a repetition of 1 or more '3' and that the numerator is not divisible by the denominator. The decimal places "pattern" has as much digits than the denominator and repeats itself many times. I can't prove it yet but hopefully someone has already found this fun math puzzle

Awesome Lists containing this project

README

          

# Decimoli

>Decimal places patterns

![visitor badge](https://visitor-badge.laobi.icu/badge?page_id=alexandreelise.decimoli&style=flat&format=true)
![GitHub followers](https://img.shields.io/github/followers/alexandreelise?style=flat)
![YouTube Channel Views](https://img.shields.io/youtube/channel/views/UCCya8rIL-PVHm8Mt4QPW-xw?style=flat&label=YouTube%20%40Api%20Adept%20vues)

__ __ ____ _____ __ __
/ / / ___ / / ____ / ___/__ ______ ___ _____ / ____ ____ ____ ___ / ___ __________
/ /_/ / _ \/ / / __ \ \__ \/ / / / __ \/ _ \/ ___/ __ / / __ \/ __ \/ __ `__ \/ / _ \/ ___/ ___/
/ __ / __/ / / /_/ / ___/ / /_/ / /_/ / __/ / / /_/ / /_/ / /_/ / / / / / / / __/ / (__ )
/_/ /_/\___/_/_/\____/ /____/\__,_/ .___/\___/_/ \____/\____/\____/_/ /_/ /_/_/\___/_/ /____/
/_/

> ![GitHub Repo stars](https://img.shields.io/github/stars/alexandreelise/decimoli?style=flat) ![GitHub forks](https://img.shields.io/github/forks/alexandreelise/decimoli?style=flat) ![GitHub watchers](https://img.shields.io/github/watchers/alexandreelise/decimoli?style=flat)

---------------------------------------------

### Description:
Recursive function to compute patterns of decimal places when denominator is a repetition of 1 or more '3' and that the numerator is not divisible by the denominator. The decimal places "pattern" has as much digits than the denominator and repeats itself many times. I can't prove it yet but hopefully someone has already found this fun math puzzle

### Usage:

```shell

APP_NUMERATOR=475 /usr/bin/php8.0 index.php

```
You can choose the numerator you like. It must be a positive integer and
it must not be divisible by 3

--------------------------------------------

### Result:

Here the screenshot of the result:

![Alex Lab Decimoli Experiment](alexlab-decimoli-math-puzzle-screenshot.png)

--------------------------------------------
## INFOS

> English: [Click here to get in touch](https://github.com/mralexandrelise/mralexandrelise/blob/master/community.md "Get in touch")

> Français: [Cliquez ici pour me contacter](https://github.com/mralexandrelise/mralexandrelise/blob/master/community.md "Me contacter")