Consecutive IntegersConsecutive Integers are the integers that follow each other, i.e. while continuously writing integers they come next to each other. they have a difference of one(1). For example, ...-3, -2, -1, 0, 1, 2, 3,... this is a sequence of consecutive integers. Apart from that natural numbers are also calle
9 min read
Scientific Notation FormulaScientific notation is a way of expressing very large or very small numbers in a compact form. Instead of writing out all the digits, we write a number as a product of a number between 1 and 10 and a power of 10.In this article, we will discuss what scientific notation is, its formula, rules, uses,
5 min read
Fibonacci Sequence FormulaFibonacci Sequence Formula: Fibonacci sequence, the sequence of numbers 1, 1, 2, 3, 5, 8, 13, 21, â¦, each of which, after the second, is the sum of the two previous numbers; that is, the nth Fibonacci number Fn = Fn â 1 + Fn â 2.In the Fibonacci sequence, each number in the series is calculated by a
7 min read