▼页尾
摘要: Let d(n) be defined as the sum of proper divisors of n (numbers less than n which divide evenly into n). If d(a) = b and d(b) = a, where a ≠ b, then a and b are an amicable pair and each of a and b are called amicable numbers. For example, the proper divisors of 220 are 1, 2, 4, 5, 10, 11, 20, 22, 44, 55 and 110; therefore d(220) = 284. The proper divisors of 284 are 1, 2, 4, 71 and 142; so d(284) = 220. Evaluate the sum of all the amicable numbers under 10000. 阅读全文
posted @ 2011-03-05 13:30 xiatwhu 阅读(312) 评论(0) 推荐(0) 编辑
摘要: n! means n × (n − 1) × ... × 3 × 2 × 1 Find the sum of the digits in the number 100! 阅读全文
posted @ 2011-03-05 12:34 xiatwhu 阅读(235) 评论(0) 推荐(0) 编辑
摘要: You are given the following information, but you may prefer to do some research for yourself. 1 Jan 1900 was a Monday. Thirty days has September, April, June and November. All the rest have thirty-one, Saving February alone, Which has twenty-eight, rain or shine. And on leap years, twenty-nine. A leap year occurs on any year evenly divisible by 4, but not on a century unless it is divisible by 400. How many Sundays fell on the first of the month durin 阅读全文
posted @ 2011-03-05 09:42 xiatwhu 阅读(447) 评论(0) 推荐(1) 编辑
摘要: By starting at the top of the triangle below and moving to adjacent numbers on the row below, the maximum total from top to bottom is 23. 3 7 4 2 4 6 8 5 9 3 阅读全文
posted @ 2011-03-03 22:53 xiatwhu 阅读(548) 评论(1) 推荐(0) 编辑
摘要: If the numbers 1 to 5 are written out in words: one, two, three, four, five, then there are 3 + 3 + 5 + 4 + 4 = 19 letters used in total. If all the numbers from 1 to 1000 (one thousand) inclusive were written out in words, how many letters would be used? NOTE: Do not count spaces or hyphens. For example, 342 (three hundred and forty-two) contains 23 letters and 115 (one hundred and fifteen) contains 20 letters. The use of "and" when writing out numbers is in compliance with British usage. 阅读全文
posted @ 2011-03-03 21:58 xiatwhu 阅读(706) 评论(0) 推荐(1) 编辑
摘要: 215 = 32768 and the sum of its digits is 3 + 2 + 7 + 6 + 8 = 26. What is the sum of the digits of the number 21000? 阅读全文
posted @ 2011-02-27 21:33 xiatwhu 阅读(290) 评论(0) 推荐(0) 编辑
摘要: Starting in the top left corner of a 2×2 grid, there are 6 routes (without backtracking) to the bottom right corner. 阅读全文
posted @ 2011-02-27 21:14 xiatwhu 阅读(206) 评论(0) 推荐(0) 编辑
摘要: The following iterative sequence is defined for the set of positive integers: n → n/2 (n is even) n → 3n + 1 (n is odd) Using the rule above and starting with 13, we generate the following sequence: 13 → 40 → 20 → 10 → 5 → 16 → 8 → 4 → 2 → 1 It can be seen that this sequence (starting at 13 and finishing at 1) contains 10 terms. Although it has not been proved yet (Collatz Problem), it is thought that all starting numbers finish at 1. Which starting number, under one million, produ 阅读全文
posted @ 2011-02-24 13:52 xiatwhu 阅读(652) 评论(6) 推荐(0) 编辑
摘要: Work out the first ten digits of the sum of the following one-hundred 50-digit numbers. 37107287533902102798797998220837590246510135740250 46376937677490009712648124896970078050417018260538 74324986199524741059474233309513058123726617309629 91942213363574161572522430563301811072406154908250 23067588207539346171171980310421047513778063246676 89261670696623633820136378418383684178734361726757 28112879812849979408065481931592621691275889832738 442742289174325203219235894228767964876702721 阅读全文
posted @ 2011-02-24 11:05 xiatwhu 阅读(443) 评论(0) 推荐(0) 编辑
摘要: The sequence of triangle numbers is generated by adding the natural numbers. So the 7th triangle number would be 1 + 2 + 3 + 4 + 5 + 6 + 7 = 28. The first ten terms would be: 1, 3, 6, 10, 15, 21, 28, 36, 45, 55, ... Let us list the factors of the first seven triangle numbers: 阅读全文
posted @ 2011-02-24 10:22 xiatwhu 阅读(355) 评论(0) 推荐(0) 编辑
▲页首
西