Sequence Generator have fun!


Enter a number

The number must be a whole number (no decimal point & positive) between 0 and infinity.


You entered {{number}}



We then calculate sequences

S3.1 The following numeric sequences shall be displayed


  • All Numbers Sequence

    S3.1.1 All numbers up to and including the number entered

    {{item}}
  • Odd Numbers Sequence

    S3.1.2 All odd numbers up to and including the number entered

    {{item}}
  • Even Numbers Sequence

    S3.1.3 All even numbers up to and including the number entered

    {{item}}
  • Conditional Numbers Sequence

    S3.1.4 All numbers up to and including the number entered, except when

    • S3.1.4.1 A number is a multiple of 3 output C
    • S3.1.4.2 A number is a multiple of 5 output E
    • S3.1.4.3 A number is a multiple of both 3 and 5 output Z

    {{item}}
  • Fibonacci Numbers Sequence

    S3.1.5 All fibonacci number up to and including the number entered

    {{item}}