Introduction - If you have any usage issues, please Google them yourself
Description: Programme to Print first 100 Ramanujan Numbers
by TWO WAYS
1st way is printing Ramunajan Numbers from RN
taking RN from 0 to INFINITY and print first 100 numbers.
2nd way is to clacualte RN numbers from L M N P of formula
RN= L^3+ M^3 = N^3+ P^3 and sort the RN numbers and print first
100 Numbers
RN=RAMANUJAN NUMBERS