A Digital Fusion Root (DFR) is a number that is equal to the concatenation of its digit sum and digit product.
This repository contains Python code to identify, verify, and analyze such numbers.
This work has been published in the Curieux Academic Journal.
Read the full paper here:
Digital Fusion Roots – Research Paper (PDF)
- Digit Sum – Add all digits of a number.
- Digit Product – Multiply all digits of a number.
- Concatenation – Join the digit sum and digit product as strings.
- Check – If the concatenated value equals the original number, it’s a DFR.
python main.pyUmesh Adabala
High school student & independent researcher passionate about mathematics and computer science.