Yahoo India Web Search

Search results

  1. Jul 21, 2024 · Learn the definition, examples, and properties of Armstrong numbers, also called narcissistic numbers, in math. These numbers are equal to the sum of their digits raised to the power of the number of digits.

  2. Jul 2, 2024 · Given an array arr[] of size N. The task is to find the largest Armstrong number of the array. Note: An Armstrong number is a number that is equal to the sum of its digits raised to the power of the number of digits in that number. Examples: Input: arr[] = [153, 9474, 1634, 371, 8208, 9475]Output: 9474Explanation: The largest Armstrong number in th

    • 5 min
  3. Sep 15, 2024 · Armstrong numbers are those numbers which are equal to the sum of the digits of the number each raised to the power of the number of digits in the number itself. See 14 examples of Armstrong numbers in the range 1-5000 and their definitions.

  4. Jun 13, 2022 · Armstrong Numbers between two integers. Last Updated : 13 Jun, 2022. A positive integer with digits a, b, c, d… is called an Armstrong number of order n if following condition is satisfied. abcd... = a n + b n + c n + d n +... 153 = 1*1*1 + 5*5*5 + 3*3*3. = 1 + 125 + 27. = 153.

  5. A narcissistic number, also known as an Armstrong number, is a number that is the sum of the powers of its digits. Learn the definition, properties, examples, and history of narcissistic numbers in base 10 and other bases.

  6. Nov 30, 2022 · Learn what an Armstrong number is and how to test for one using an algorithm, pseudocode, and C code. Also, explore other applications of the algorithm for sum, product, count, reverse, and special numbers.

  7. 5 days ago · About MathWorld; MathWorld Classroom; Contribute; MathWorld Book; wolfram.com; 13,205 Entries; Last Updated: Wed Sep 25 2024 ©1999–2024 Wolfram Research, Inc.

  1. People also search for