自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(11)
  • 收藏
  • 关注

欧拉计划53题

/** * Combinatoric selections * Problem 53 * * There are exactly ten ways of selecting three from five, 12345: * 123, 124, 125, 134, 135, 145, 234, 235, 245, and 345 * * In combinator...

2016-03-26 18:45:51 244

原创 欧拉计划42题

/** * Coded triangle numbers * Problem 42 * * The nth term of the sequence of triangle numbers is given by, tn = ½n(n+1); * so the first ten triangle numbers are: 1, 3, 6, 10, 15, 21, 28, ...

2016-03-22 21:52:36 190

原创 欧拉计划41题

/** * Pandigital prime * Problem 41 * * We shall say that an n-digit number is pandigital * if it makes use of all the digits 1 to n exactly once. * For example, 2143 is a 4-digit pandi...

2016-03-21 22:38:32 232

原创 欧拉计划33题

/** * * Digit cancelling fractions * Problem 33 * * The fraction 49/98 is a curious fraction, as an inexperienced mathematician * in attempting to simplify it may incorrectly believe th...

2016-03-19 21:43:22 194

原创 欧拉计划36题

/** * Double-base palindromes * Problem 36 * * The decimal number, 585 = 10010010012 (binary), * is palindromic in both bases. * * Find the sum of all numbers, less than one million, ...

2016-03-18 00:22:24 179

原创 欧拉计划48题

/** * Self powers * Problem 48 * * The series, 1^1 + 2^2 + 3^3 + ... + 10^10 = 10405071317. * * Find the last ten digits of the series, * 1^1 + 2^2 + 3^3 + ... + 1000^1000. * * @...

2016-03-17 20:22:00 236

原创 欧拉计划34题

/** * Digit factorials * Problem 34 * * 145 is a curious number, as 1! + 4! + 5! = 1 + 24 + 120 = 145. * Find the sum of all numbers which are equal to the sum of the factorial of their dig...

2016-03-16 23:38:45 255

原创 欧拉计划32题

/** * Pandigital products * Problem 32 * * We shall say that an n-digit number is pandigital * if it makes use of all the digits 1 to n exactly once; * for example, the 5-digit number, ...

2016-03-15 22:14:53 205

欧拉计划35题

/** * Circular primes * Problem 35 * * The number, 197, is called a circular prime * because all rotations of the digits: 197, 971, and 719, * are themselves prime. * * There are t...

2016-03-14 23:30:13 153

原创 欧拉计划31题

计算/** * Coin sums * Problem 31 * * In England the currency is made up of pound, * £, and pence, p, and there are eight coins in general circulation: * 1p, 2p, 5p, 10p, 20p, 50p, £1...

2016-03-12 22:02:51 234

原创 欧拉计划30题

题目计算 a^b, 当2

2016-03-12 00:20:57 168

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除