ProjectEuler 411 Uphill paths - 拼圖
By Erin
at 2013-01-24T05:45
at 2013-01-24T05:45
Table of Contents
411. Uphill paths
http://projecteuler.net/problem=411
令n為一正整數。假設對於所有的0 ≦ i ≦ 2n,在坐標位置
(x, y) = (2^i mod n, 3^i mod n)上都有中繼站。在同一個坐標位置上的中繼站
視為同一個。
我們想要透過中繼站構造從(0, 0)到(n, n)並且x和y坐標都(不嚴格)遞增的路線。
令S(n)為所有路線中,最多能經過的中繼站個數。
例如,當n = 22時,總共會有11個相異的中繼站,並且所有符合條件的路徑中最多
能經過的站數是5。所以S(22) = 5。下圖顯示了此情況下中繼站的位置和其中一條
經過5站的路線。
http://projecteuler.net/project/images/p411_longpath.png
亦可證明S(123) = 14 以及 S(10000) = 48。
請求出ΣS(k^5),其中1 ≦ k ≦ 30。
--
http://projecteuler.net/problem=411
令n為一正整數。假設對於所有的0 ≦ i ≦ 2n,在坐標位置
(x, y) = (2^i mod n, 3^i mod n)上都有中繼站。在同一個坐標位置上的中繼站
視為同一個。
我們想要透過中繼站構造從(0, 0)到(n, n)並且x和y坐標都(不嚴格)遞增的路線。
令S(n)為所有路線中,最多能經過的中繼站個數。
例如,當n = 22時,總共會有11個相異的中繼站,並且所有符合條件的路徑中最多
能經過的站數是5。所以S(22) = 5。下圖顯示了此情況下中繼站的位置和其中一條
經過5站的路線。
http://projecteuler.net/project/images/p411_longpath.png
亦可證明S(123) = 14 以及 S(10000) = 48。
請求出ΣS(k^5),其中1 ≦ k ≦ 30。
--
Tags:
拼圖
All Comments
Related Posts
ProjectEuler 410 Circle and tangent li
By Andy
at 2013-01-24T05:27
at 2013-01-24T05:27
ProjectEuler 409 Nim Extreme
By Odelette
at 2013-01-24T05:15
at 2013-01-24T05:15
四種顏色的球排出對方所想的順序。
By Hamiltion
at 2013-01-17T19:08
at 2013-01-17T19:08
用骰子選人當鬼
By Oliver
at 2013-01-17T14:53
at 2013-01-17T14:53
拼圖小黃金獵犬品質差異
By Steve
at 2013-01-17T09:49
at 2013-01-17T09:49