Skip to content
/ Slopi Public
forked from fossilet/Slopi

Find self-locating numbers in numbers, esp. in Pi.

Notifications You must be signed in to change notification settings

th507/Slopi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This project is to find self-locating numbers in Pi.

Self-locating numbers are numbers that the number n is at postion n (after the decimal point) in decimal digits of Pi. http://oeis.org/A057680

I have found the first 5 such numbers. It is a quick python script, which runs 22 minutes on my laptop to find them. I am now looking for the next one from 1 trillion digits of Pi.

The C program is Linux-dependent.

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

TODO

* Pleease fork and help me to make this program faster.

About

Find self-locating numbers in numbers, esp. in Pi.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.5%
  • Python 6.5%