Fibs and Primes 4+

Gage Swenson

Designed for iPad

    • Free

Screenshots

Description

A lazy list of Fibonacci or Prime Numbers.

Fibs and primes is a free, ad-free and open source app featuring a lazy list of either the Fibonacci or Prime Number sequences. A lazy list is a list whose members aren't calculated until viewed; scroll through the list indefinitely to see the sequence until the app crashes!

The Fibonacci sequence is the set of numbers beginning with {0,1}, and the next number in the sequence is the sum of the previous two numbers. In math, this is defined as (for all Int n >= 0):

fibs 0 = 0
fibs 1 = 1
fibs n = fibs (n-1) + fibs (n-2)

Prime numbers are whole numbers greater than 1 whose only two whole factors are 1 and itself. There is no clear cut equation to derive the prime numbers, but the procedure to check whether the next whole number is prime is to see if it is divisible by any lesser prime factors.

App Privacy

The developer, Gage Swenson, indicated that the app’s privacy practices may include handling of data as described below. For more information, see the developer’s privacy policy.

Data Not Collected

The developer does not collect any data from this app.

Privacy practices may vary, for example, based on the features you use or your age. Learn More

More By This Developer

Card Counting Companion
Games
Date Countdown+
Utilities
Baccarat Dealer
Games
Play it Back
Education

You Might Also Like

Ladhe's Primes
Education
Rect4ngle
Education
Times Tables - Math
Education
What Numbers:number theory
Reference
AllBaseConvert
Education
Fibonacci Sequence
Education