Tool to list numbers that satisfy a condition on their last digits in order to list all numbers (up to X) ending with some given digits.
Numbers Ending With… - dCode
Tag(s) : Arithmetics, Data Processing
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
The end of a number is the digit or the list of digits composing its decimal writing.
For an integer, the last digit is the units digit.
For a finite floating point number it is the last digit of its finite decimal representation.
For a floating point number with non-finite decimal expansion, the number has no end.
To list numbers with the same end digits, it is possible to browse all the integers in ascending order and check their last digits. Another faster method is to browse these same integers and to concatenate the final digit(s) to it.
Example: 5, 15, 25, 35 are the first numbers ending with 5 (and therefore all numbers are multiples of 5)
Some digits positioned at the end of the number make it possible to deduce that the number is a multiple of N (under some conditions).
Example: A number ending in 00 is necessarily multiple of 100 (but also 50, 25, 10, 5, and 2)
Example: A number ending in 5 is necessarily multiple of 5
Example: A number ending in 0, 2, 4, 6 or 8 is necessarily multiple of 2
Numbers that end with one or more 0 are multiples of 10, sometimes called round numbers.
Mathematically speaking, a round number is different, it is an integer that does not have a decimal point nor decimal places, only an integer part.
An automorphic number is a natural integer $ n $ whose squared value $ n^2 $ ends with the same digits as the number itself.
Example: 76^2 = 5776
Example: 625^2 = 390625
dCode retains ownership of the "Numbers Ending With…" source code. Except explicit open source licence (indicated Creative Commons / free), the "Numbers Ending With…" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "Numbers Ending With…" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) and all data download, script, or API access for "Numbers Ending With…" are not public, same for offline use on PC, mobile, tablet, iPhone or Android app!
Reminder : dCode is free to use.
The copy-paste of the page "Numbers Ending With…" or any of its results, is allowed (even for commercial purposes) as long as you credit dCode!
Exporting results as a .csv or .txt file is free by clicking on the export icon
Cite as source (bibliography):
Numbers Ending With… on dCode.fr [online website], retrieved on 2024-11-21,