• 摘要视图
  • 目录视图

Problem 25 1000-digit Fibonacci number

Problem 25: 1000-digit Fibonacci number

The Fibonacci sequence is defined by the recurrence relation:

Fn = Fn−1 + Fn−2, where F1 = 1 and F2= 1.

Hence[……]

>> 阅读全文…

Problem 20 Factorial digit sum

Problem 20: Factorial digit sum

https://projecteuler.net/problem=20

n! means n × (n − 1) × … × 3 × 2 × 1

For example, 10! = 10 × 9 × … × 3 × 2 ×[……]

>> 阅读全文…

Problem 13 Large sum

Problem 13: Large sum

https://projecteuler.net/problem=13

Work out the first ten digits of the sum of the following one-hundred 50-digit numbers.

37[……]

>> 阅读全文…