0% found this document useful (0 votes)
5 views4 pages

Mathematical Sequences and Number Programs

The document outlines various mathematical sequences and number classifications, including natural numbers, Fibonacci numbers, prime numbers, and more. Each entry provides a brief definition or example of the concept, such as Armstrong numbers, perfect numbers, and unique numbers. It serves as a comprehensive reference for different types of numbers and their properties.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views4 pages

Mathematical Sequences and Number Programs

The document outlines various mathematical sequences and number classifications, including natural numbers, Fibonacci numbers, prime numbers, and more. Each entry provides a brief definition or example of the concept, such as Armstrong numbers, perfect numbers, and unique numbers. It serves as a comprehensive reference for different types of numbers and their properties.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

1. Sum of Natural Numbers: This sequence adds up natural numbers.

For instance, the


sum of the first

2. Fibonacci Sequence: Each number is the sum of the two preceding ones, starting
from 0 and 1. The sequence looks like: 0, 1, 1, 2, 3, 5, 8, 13, 21, ...

3. Prime Numbers: Numbers greater than 1 that have no positive divisors other than
1 and themselves. Examples include 2, 3, 5, 7, 11, 13, 17, 19, 23, ...

4. Armstrong Number Program : Armstrong Number is a positive number if it is equal


to the sum of cubes of its digits is called Armstrong number . Examples: 153 is
Armstrong, (1*1*1)+(5*5*5)+(3*3*3) = 153

5. Perfect Number Program : A perfect number is a positive integer that is equal


to the sum of its positive divisors, excluding the number itself. For instance, 6
has divisors 1, 2 and 3, and 1 + 2 + 3 = 6, so 6 is a perfect number.
611721205003 - Dharanivenkatesh R.K

6. Arithmetic Sequence: A sequence where the difference between consecutive terms


is constant. For example, 2, 5, 8, 11, 14, ... (with a common difference of 3).
611721205005 - Gopinath M

7. Geometric Sequence: Each term is found by multiplying the previous term by a


constant. For example, 3, 6, 12, 24, 48, ... (with a common ratio of 2).
611721205008 - Kaviyarasan S

8. Square Numbers: Numbers that are the square of an integer. For example, 1, 4, 9,
16, 25, 36, 49, ...
611721205009 - Madhumitha S

9. Triangular Numbers: Numbers that can form an equilateral triangle. For example,
1, 3, 6, 10, 15, 21, 28, ...
611721205011 - Mohankumar N

10. Catalan Numbers: A sequence of natural numbers with many applications in


combinatorial mathematics. For example, 1, 1, 2, 5, 14, 42, 132, ...
611721104078 - Sharukali M

11. Mersenne Primes: Primes of the form For example, 1, 3, 7, 31, 127, 8191, ...
611721205012 - Murali Krishna M

12. Bell Numbers: Numbers that count the number of ways to partition a set. For
example, 1, 1, 2, 5, 15, 52, ...
611721205013 - Narmadha M

13. Conway's Look-and-Say Sequence: Each term is generated by describing the digits
of the previous term. For example, starting with "1", the sequence goes: 1, 11, 21,
1211, 111221, ...
611721205014 - Naveen S

14. Padovan Sequence: Each term is the sum of the two preceding terms, with an
initial sequence of 1, 1, 1. For example, 1, 1, 1, 2, 3, 5, 8, 13, ...
611721205015 - Palanisamy M

15. Stern's Diatomic Series: This sequence starts with 0, 1, and then follows
specific rules to generate subsequent numbers. For example, 0, 1, 1, 2, 1, 3, 2, 4,
3, 5, ...
611721205016 - Peraman G
16. Sequence of Factorials: Each term is the factorial of an integer. For example,
1!, 2!, 3!, 4!, 5!, ... which results in: 1, 2, 6, 24, 120, ...
611721205017 - Perarasu S

17. Square-Free Numbers: Numbers not divisible by any perfect square other than 1.
For example, 1, 2, 3, 5, 6, 7, 10, 11, ...
611721205019 - Poovarasan K

18. Pell Numbers: Numbers that solve the Pell equation


For example, 1, 2, 5, 12, 29, 70, ...
611721205020 - Preethi S

19. Hamming Numbers: Numbers whose only prime factors are 2, 3, or 5. For example,
1, 2, 3, 4, 5, 6, 8, 9, 10, ...
611721205021 - Rathikasri K

20. Repunit Numbers: Numbers consisting of repeated units of 1. For example, 1, 11,
111, 1111, ...
611721205027 - Soundharya B

21. Weird Numbers: Numbers that are abundant but not semiperfect. For example, 70,
84, 88, 96, ...
611721205028 - Srivatsan B

22. Niven Numbers: Numbers that are divisible by the sum of their digits. For
example, 1, 2, 3, 4, 5, 6, 12, 18, ...
611721205031 - Umapathi R

22. Magic Squares: Square grids where the sums of numbers in each row, column, and
diagonal are the same.
611721205032 - Vaishnavi N

23. Eisenstein Primes: Primes in the Eisenstein integers (complex numbers of the
For example, 3, 7, 13, ...
611721205033 - Varadharaj S

24. Sylvester's Sequence: Each term is one more than the product of all previous
terms. For example, 2, 3, 7, 43, 1807, ...
611721205302 - Ghishon I

25. Gell-Mann Numbers: A sequence in which the nth term is the number of partitions
of n into a fixed number of parts.
611721205701 - Deepak Kumar P

26. Automorphic Number Program : An Automorphic number is a number whose square


“ends” in the same digits as the number itself. Examples: 5*5 = 25, 6*6 = 36, 25*25
= 625
611721205025 - Selladurai G

27. Buzz Number Program: A number is said to be Buzz Number if it ends with 7 or is
divisible by 7. Example: 1007 is a Buzz Number.
611721205018 - Poovarasan E

28. Circular Prime Program: A circular prime is a prime number with the property
that the number generated at each intermediate step when cyclically permuting its
digits will be prime. For example, 1193 is a circular prime, since 1931, 9311 and
3119 all are also prime.
611721104046 - Jothimani P
29. CoPrime Numbers Program : Two integers a and b are said to be relatively prime,
mutually prime, or coprime if the only positive integer that divides both of them
is 1. Example: 13 and 15 are co prime.
611721104077 - Shalini V

30. Digit to Word Program : 611721104048 - Kowsalya S

31. Duck Number Program :A Duck number is a number which has zeroes present in it,
but there should be no zero present in the beginning of the number. For example
3210
611721104049 - Lithika D S

32. Factors Program : Factor a number or algebraic expression that divides another
number or expression evenly—i.e., with no remainder. For example, 3 and 6 are
factors of 12 because 12 ÷ 3 = 4 exactly and 12 ÷ 6 = 2 exactly. The other factors
of 12 are 1, 2, 4, and 12. Factors of 12: 1, 2, 3, 4, 6, 8, 12.
611721104076 - Satheeshkumar S

33. Greatest Common Divisor Program : The greatest common divisor (gcd) of two or
more integers, which are not all zero, is the largest positive integer that divides
each of the integers. For example, the gcd of 8 and 12 is 4.
611721104050 - Livish Kumar P

34. Happy Number Program : A happy number is a natural number in a given number
base that eventually reaches 1 when iterated over the perfect digital invariant
function for. Those numbers that do not end in 1 are -unhappy numbers.
611721104051 - Mahendran T

35. Harshad Number Program: In mathematics, a harshad number (or Niven number) in a
given number base is an integer that is divisible by the sum of its digits when
written in that base.
611721104052 - Manimozhi J

36. Least Common Multiple Program: The least common multiple, lowest common
multiple, or smallest common multiple of two integers a and b, usually denoted by
LCM(a, b), is the smallest positive integer that is divisible by both a and b.
611721104055 - Nishanth Kumar A

37. Multiply Of Digit Program : If a number=1234, then 1*2*3*4 ,Multiply of


digit=24, Multiply Of Digit Program
611721104056 - Niveshan V

38. Neon Number Program : A neon number is a number where the sum of digits of
square of the number is equal to the number. For example if the input number is 9,
its square is 9*9 = 81 and sum of the digits is 9. i.e. 9 is a neon number.
611721104057 - Panneerselvam K

39. Niven Number Program : In mathematics, a Niven number (or harshad number) in a
given number base is an integer that is divisible by the sum of its digits when
written in that base.
611721104059 - Parthasarathy M

40. Palindrome Number Program : A palindromic number is a number that remains the
same when its digits are reversed. Like 16461, for example,
611721104063 - Poovarasan R

41. Reverse Number Program : If a number=1234, then reverse of number is 4321.


611721104060 - Parthasarathy S
42. Special Number Program : A number is said to be special number when the sum of
factorial of its digits is equal to the number itself. Example- 145 is a Special
Number as 1!+4!+5!=145.
611721104061 - Partheswaran B

43. Spy Number Program : A spy number is a number where the sum of its digits
equals the product of its digits. For example, 1124 is a spy number, the sum of its
digits is 1+1+2+4=8 and the product of its digits is 1*1*2*4=8.
611721104065 - Priyadharshini P

44. Twin Prime Program : A twin prime is a prime number that is either 2 less or 2
more than another prime number—for example, either member of the twin prime pair
(41, 43). In other words, a twin prime is a prime that has a prime gap of two.
611721104067 - Ramyasri S

45. Twisted Prime Program : A number is called a twisted prime number if it is a


prime number and reverse of this number is also a prime number.
611721104068 - Ranjithkumar S

[Link] Number Program : A number is said to be unique , if the digits in it are


not repeated. for example, 12345 is a unique number. 123445 is not a unique number.
611721104069 - Ravikumar M

47. Disarium Number Program : A number is called Disarium number if the sum of its
power of the positions from left to right is equal to the number. Example: 1 + 3*3
+ 5*5*5 = 1 + 9 + 125 = 135
611721104071 - Roshini P

48. Tech Number Program : A tech number can be tech number if its digits are even
and the number of digits split into two number from middle then add these number if
the added number’s square would be the same with the number it will called a Tech
Number. If the number is split in two equal halves,then the square of sum of these
halves is equal to the number itself. Write a program to generate and print all
four digits tech numbers. Note: If number of digits is not even then it is not a
tech number.
611721104072 - Ruthress R

49. Prime Number Up to N Terms Program : Prime Number Up to N Terms Program .


Ex: Enter size of prime=5 Number is prime=2 Number is prime=3 Number is prime=5
Number is prime=7 Number is prime=11 Number is prime=13
611721104073 - Sabithrija S

You might also like