_Asher Auel (asher.auel(AT)reed.edu), _, May 05 2000
_Asher Auel (asher.auel(AT)reed.edu), _, May 05 2000
proposed
approved
editing
proposed
D. Bowman and T. White, Proposers, Problem 6609, A rational sum, Amer. Math. Monthly, 98:3 (1991), 279-281.
D. Bowman and T. White, Proposers, <a href="https://www.jstor.org/stable/2325046">Problem 6609, A rational sum</a>, Amer. Math. Monthly, 98:3 (1991), 279-281.
proposed
editing
editing
proposed
(Python)
def a(n): return sum(1 for d in str(1<<n) if d in "13579")
print([a(n) for n in range(91)]) # Michael S. Branicky, Dec 23 2022
approved
editing
editing
approved
J. Borwein, D. Bailey and R. Girgensohn, Experimentation in mathematics : computational paths to discovery, A. K. Peters, 2004, pp. 14-15.
D. Bowman and T. White, Proposers, Problem 6609, A rational sum, Amer. Math. Monthly, 98:3 (1991), 279-281.
approved
editing
reviewed
approved
proposed
reviewed