Thursday, March 24, 2016

Kaprekar number

Kaprekar Number

                                                             D R Kaprekar (1905 - 1986)

A Kaprekar number is a special n digit number such that if it is squared the sum of the squared quantity’s right most n digits and remaining part are equal to the number itself.

45^2 = 2025 and 20 + 25 = 45

703^2 = 494 209 and 494 + 209 = 703

99^2 = 9801 and 98 + 01 = 99

The first few Kaprekar numbers are -
1, 9, 45, 55, 99, 297, 703, 999, 2223, 2728, 4879, 4950, 5050, 5292, 7272, 7777, 9999, 17344, 22222, 38962, 77778, 82656, 95121, 99999, 142857, 148149, 181819, 187110, 208495, 318682, 329967, 351352, 356643,-----

The Kaprekar numbers were named after Shri Dattathreya Ramchandra Kaprekar who discovered them.


Dr Rajesh Kumar Thakur

Truncating Primes

Truncating Primes

There are few primes which remain Primes after chopping off their last digits.
73939133
7393913
739391
73939
7393
739
73
7

Let’s enjoy another
31
331
3331
33331
333331
3333331
33333331
Besides that 58393339, 37337999 …. are truncated Primes.


Dr Rajesh Kumar Thakur


Sunday, March 20, 2016

Palindrome Number

Palindromic Number:- Numbers which remains the same when read from the left to right or vice-versa. Indian mathematician Mahavira has mentioned about this in his book.
e.g. 15151, 11000011000011.

If you want to make any number Palindromic here is the simple way :-
Take a number 19
Reverse its digits + 91

Sum it 110
Reverse the digit + 011

Sum it 121

The process will be repeated until you get a palindromic number.

There are several Palindromes number. Mahavira called it पुष्प माल संख्या (garland number).

(Read about Palindrome Primes at -http://www.magic-squares.net/primes.htm)

There are several magic squares formed with the help of Palindromes number.




(Acknowledgement :- I acknowledge the effort by the above mentioned websites for their contribution in the field of Mathematics.I have tried to put their websites for further reference)

Dr Rajesh Kumar Thakru

Friend Or Amicable Numbers

                                         Amicable /Friend Numbers

Two numbers are called Amicable if each of which is equal to the sum of all the exact divisors of the other except the number itself. 220 and 284 are the first pair of amicable numbers.

220 has the exact divisors 1,2,4,5,10,11,20,22,44,55 and 110 whose sum is 284 
1 + 2 + 4 + 5 + 10 + 11 + 20 + 22 + 44 + 55 + 110 = 284

and 284 has the exact divisors 1, 2, 4, 71, and 142 whose sum is 220. 
1 + 2 + 4 + 71 + 142 = 220

Another pair of amicable number is 1184 and 1210.

The set of 220 and 284 was the first known set of amicable numbers. Pythagoras discovered the relationship and coined the term Amicable because he considered the numbers to be a symbol of friendship.

There is an unauthenticated story related to Amicable numbers that a prince whose name from the stand point of numerology was equivalent to 284 sought a bride whose name would represent 220 believing the fact that such combination would guarantee for a happy marriage throughout the life.

Here is the list of first ten Amicable Pairs:-


1 ---  (220 ,284)
2 --- (1184 , 1210)
3 --- (2620 , 2924)
4 ---  (5020 ,5564 )
5 ---  (6232 ,6368)
6 ---  (10744 ,10856)
7 -- (12285, 14595)
8 -- (17296 , 18416)
9 -- (63020 , 76048)
10 -- (66928 , 66992)


An Arab Mathematician tried to generalize a rule to find the Amicable Number but he could not succed completely. The Thābit ibn Qurra theorem is a method for discovering amicable numbers invented in the ninth century by the Arab mathematician Thābit ibn Qurra.

It states that if

where n > 1 is an integer and p, q, and r are prime numbers, then 2^n×p×q and 2^n ×r are a pair of amicable numbers.


Dr Rajesh Kumar Thakur

Beast Number

Beast Number:-

666 is called the Beast number. This is termed as unpleasant number. The direct reference of the number 666 can be found in the last book of Bible ‘Revelation’ in chapter 13, verse 18.

It can be written in the following ways:-

666 = 1 + 2 + 3 + 4 + 567 + 89
666 = 123 + 456 + 78 + 9
666 = 9 + 87 + 6 + 543 + 21

In war times this number becomes the handy tools in the hands of the propagandists to ascribe these letters to their opponents by assigning suitable letters pf the alphabet. During Second World War Hitler was ascribed with the title of beast by assigning each letter of English alphabet to a consecutive whole number beginning from 100 for A.

H 107
I 108
T 119
L 111
E 104
R 117

HITLER = 666

The beast number can be written with the help of sixth power of first three natural numbers
666 = 1^6 - 2^6 + 3^6

It can be written as the sum of squares of first seven primes



Dr Rajesh Kumar Thakur

Prime Number

Prime number-
An integer p which is not 0 or ± 1 and is divisible by no integer except ±1 and itself is called Prime number. Donzager stated “Upon looking at prime numbers one has the feeling of being in presence of one the inexplicable phenomena one site of creation.”

2 is the only prime number. There is no perfect technique which can tell us immediately the numbers of prime between two numbers. Though Erastothenes, a great Greek mathematician suggested a method to find the primes between two numbers called Sieve of Erastothenes.

Erastothenes(276-195BC) gave a golden rule though simple it is time consuming which states “First write down the number from 2 to N. Remove all the multiples of 2, 3 and continue the process until all the multiple of primes not greater than √N has been removed.”

Suppose we have to find the primes below 30, first we find the square root of 30 which is 5.477.so we need to remove the entire multiple up to primes 5.


2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Hence the primes below 30 are 2,3,5,7,11,13,17,19,23 and,29.


Properties of Primes:-
i) Every natural number greater than 1 has at least one prime.

ii) For every integer a, a^p –a is always divisible by prime p

p 2 2 2 2 3 3 3 3 5 5 5 5
a 2 3 4 5 2 3 4 5 2 3 4 5
a^p-a 2 6 12 20 6 24 60 120 30 240 1020 3120

iii) If N is a prime number then 1+ (N-1)! Is always divisible by N. This is called Wilson theorem.
For N = 2, 1+ (2-1)! = 2 us divisible by 2.
iv) Every odd integers is the sum of a prime and a power of 2, this was claimed in 1848 by De Polignac.
55 = 47+23

v) Every even number except 2 is the sum of two prime numbers.
e.g. 8 = 3 + 5, 16 = 13 + 3 ,60 = 13 + 47 etc. This is called Goldbach conjecture.

vi) Every even integer greater than 4 can be written as the sum of two odd prime numbers. 4 = 2 + 2 = 1 + 3, 6 = 3 + 3 = 1 + 5 …

vii) There is always at least one prime number between n and 2n-2 provided n is greater than 3. If n = 4, 2n-2 = 6 then obviously 5 lies in between 4 and 6. This conjecture was stated by Bertrand (1822-1903).

Interesting Facts

1. A pair of prime numbers is said to be a twin prime pair if the two numbers differ by any 2.
i.e. (3,5)(5,7)(11,13)(17,19)(29,31)(41,43)(59,61)(71,73)etc.
All the twin primes are of the form 6n-1, 6n+1.

2. Between 9,999,900 to 10, 000, 000, there are only 9 prime numbers.
9,999,901; 9,999,907; 9,999,929; 9,999,931 ;9,999,937 ;9,999,943 ;9,999,971 ;9,999,973 ;9,999,991.
But in the next 100 integer from 10,000,000 to 10, 000,100 there are only two primes 10, 000, 019 and 10,000,079.

3. (p,p+2,p+4)is called prime triplet if all numbers are primes

4. The largest known prime number is of 6, 320, 430, digits and was found by Michael Shafer in Dec 2003. It would need 1400 to 1500 pages to write.

5. A gap of 803 composite numbers exits between primes 90874329411493 and 90874329412297 which was found in 1989 by J.Yong and A.Poster



Dr. Rajesh Kumar Thakur

List of Some Interesting Numbers