Category Archives: number

SMITH MUMBER

A smith number is a composite number, the sum of whose digits is the sum of the digits of its prime factors obtained as a result of prime factorization (excluding 1). Continue reading

Posted in number | Leave a comment

MAGICAL NUMBER

A number is said to be magical, if when we add its digits and repeatedly add the digits of the resulting sum and finally obtain 1. Continue reading

Posted in number | Leave a comment

PrimePalinGen

Design a class PrimePalinGen to generate prime palindrome numbers. Continue reading

Posted in number | Leave a comment

MERGER

A class Merger concatenates two positive integers that are greater than 0 and produces a new merged integer. Continue reading

Posted in number | Leave a comment