About 433,000 results
Open links in new tab
  1. Find all Autobiographical Numbers with given number of digits

    Jun 9, 2022 · Given N as the number of digits, the task is to find all the Autobiographical Numbers whose length is equal to N. An autobiographical number is a number such that the first digit of it counts how many zeroes are there in it, the second digit …

    Missing:

    • Autobiography

    Must include:

  2. Autobiographical Number In Python - Pythondex

    Jun 26, 2023 · In this tutorial we will see how to check if a number is autobiographical or not using python, An autobiographical number is a type of number where each digit in the number tells us how many times that digit appears in the number itself.

  3. Autobiographical number in python? - Stack Overflow

    Aug 6, 2013 · I am learning python and need to code a program which checks if a number is autobiographical. EG: 21200 is autobiographical as it has 2 0's 1 1's 2 2's 0 3's and 0 4's. This is what i have so far: # Autobiographical numbers a = input("Number: ") abn = if a == abn: print(a, "is autobiographical") else: print(a, "is not autobiographical")

    Missing:

    • Autobiography

    Must include:

  4. Autobiographical Numbers - OpenGenus IQ

    In this article, we have explored the idea of Autobiographical Numbers along with the algorithm to find Autobiographical Numbers, implementation and Time Complexity analysis.

  5. Print Nth Stepping or Autobiographical number - GeeksforGeeks

    Nov 21, 2021 · Given a natural number N, the task is to print the Nth Stepping or Autobiographical number. A number is called stepping number if all adjacent digits have an absolute difference of 1. The following series is a list of Stepping natural numbers:

    Missing:

    • Autobiography

    Must include:

  6. Autobiographical Numbers - Tanya Khovanova's Math Blog

    Dec 14, 2007 · Here is the full set of autobiographical numbers: 1210, 2020, 21200, 3211000, 42101000, 521001000, 6210001000. This is the sequence A104786 in the Online Encyclopedia of Integer Sequences (OEIS), where I first encountered the autobiographical numbers. Autobiographical numbers are very cute numbers. But there is a problem with their name.

  7. Python program for finding autobiographical number using

    Python program for finding autobiographical number using backtrack algorithm.

    Missing:

    • Autobiography

    Must include:

  8. A047841: Autobiographical numbers - Code Golf Stack Exchange

    Aug 17, 2016 · The basic idea is to generate lists of (frequency, number) pairs and then check to see if they correspond to an autobiographical number (by collapsing them into a list of digits, then calculating how many times each digit appears and seeing if it matched the original list of (frequency, number) pairs).

  9. An autobiographical number is a number N such that the first …

    An autobiographical number is a number N such that the first digit of N counts how many zeroes are in N, the second digit counts how many ones are in N and so on. Find the autobiographical number of length 10. - autobiographical_number_backtrack.py

    Missing:

    • Autobiography

    Must include:

  10. GitHub - TheUnsolvedDev/Autobiographical_number: python program

    python program for Autobiographical_number. Contribute to TheUnsolvedDev/Autobiographical_number development by creating an account on GitHub.

    Missing:

    • Autobiography

    Must include:

  11. Some results have been removed
Refresh