https://github.com/findus23/mathe_python
verschiedene mathematische Berechnungen mit Python
https://github.com/findus23/mathe_python
Last synced: about 1 year ago
JSON representation
verschiedene mathematische Berechnungen mit Python
- Host: GitHub
- URL: https://github.com/findus23/mathe_python
- Owner: Findus23
- License: mit
- Created: 2014-08-03T13:49:47.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-09T12:32:55.000Z (almost 12 years ago)
- Last Synced: 2025-01-23T22:24:54.007Z (over 1 year ago)
- Language: Python
- Size: 164 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Mathematik mit Python
============
Einsen
------------
Dieses Programm löst Aufgabe 17 aus dem [Google Lab Aptitute Test](http://googleblog.blogspot.co.at/2004/09/pencils-down-people.html): ([Link zum Bild](http://4.bp.blogspot.com/_Ap14FtNN91w/Rll5xV8Px1I/AAAAAAAAAHw/qSjyk8HXYsk/s1600/GLAT_4.jpg))
>Consider a function which, for a given whole number n, returns the number of ones required when writing out all numbers >between 0 and n. For example, f(13)=6. Notice that f(1)=1. What is the next largest n such that f(n)=n?
Die richtige Lösung findet man auch in der *[On-Line Encyclopedia of Integer Sequences](https://oeis.org/A014778)*.