鱼C论坛

 找回密码
 立即注册
查看: 2323|回复: 2

题目174:数出能形成不同安排的空心薄板

[复制链接]
发表于 2016-9-15 01:20:03 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能^_^

您需要 登录 才可以下载或查看,没有账号?立即注册

x
Counting the number of "hollow" square laminae that can form one, two, three, ... distinct arrangements

We shall define a square lamina to be a square outline with a square "hole" so that the shape possesses vertical and horizontal symmetry.

Given eight tiles it is possible to form a lamina in only one way: 3x3 square with a 1x1 hole in the middle. However, using thirty-two tiles it is possible to form two distinct laminae.

p173_square_laminas.gif


If t represents the number of tiles used, we shall say that t = 8 is type L(1) and t = 32 is type L(2).

Let N(n) be the number of t ≤ 1000000 such that t is type L(n); for example, N(15) = 832.

What is ∑ N(n) for 1 ≤ n ≤ 10?


题目:

我们定义一个正方形薄板为一个中间为正方形空洞的正方形外框。这个形状在水平和竖直方向上都是对称的。

用 8 块瓷砖,它只能形成一种空心薄板:大小为 3×3,中间带一个 1x1 的洞的正方形。然而,用 32 块砖的话,就可以形成两个不同的薄板。

p173_square_laminas.gif


如果 t 代表了瓷砖的数目。我们说 t = 8 是 L(1) 型的,t=32 是 L(2) 型的。


定义 N(n) 为 t ≤ 1000000 中属于 L(n) 型的 t 个数。比如,N(15)=832。


对于 1 ≤ n ≤ 10,求 ∑ N(n)。



想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

发表于 2017-8-30 14:40:29 | 显示全部楼层
print(sum((1000000//4//s-s for s in range(1, int((1000000//4)**0.5)))))
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2017-8-30 14:40:41 | 显示全部楼层
print(sum((1000000//4//s-s for s in range(1, int((1000000//4)**0.5)))))
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2024-12-22 17:10

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表