Fibs and Primes

Fibs and Primes

by Gage Swenson

0 ratings

Archived App (Last seen on 2 Oct 2025)

This is an archived listing of the app previously available on the App Store.

Although the app is no longer distributed by Apple, you can still view its description, screenshots, version history, ratings, and metadata for reference.
Rating summary

Details

  • Released
  • Updated
  • July 3, 2022
  • July 3, 2022

Features

Fibs and Primes screenshot #1 for iPhone
Fibs and Primes screenshot #2 for iPhone
iphone
ipad
🖼️Get Icon
Icons↘︎

About

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.
Show more

What's New in Fibs and Primes

1.0.2+3

July 3, 2022

Developer apps