0%

Problem 846


Problem 846


Magic Bracelets

A bracelet is made by connecting at least three numbered beads in a circle. Each bead can only display 1, 2, or any number of the form pk or 2pk for odd prime p.

In addition a magic bracelet must satisfy the following two conditions:

  • no two beads display the same number
  • the product of the numbers of any two adjacent beads is of the form x2+1
0846_diagram.jpg

Define the potency of a magic bracelet to be the sum of numbers on its beads.

The example is a magic bracelet with five beads which has a potency of 155.

Let F(N) be the sum of the potency of each magic bracelet which can be formed using positive integers not exceeding N, where rotations and reflections of an arrangement are considered equivalent. You are given F(20)=258 and F(102)=538768.

Find F(106).


魔法手镯

将至少三颗有编号的珠子穿成一圈就构成了手镯。每颗珠子的编号只能是12或任何形如pk2pk的整数且满足p为奇素数。

魔法手镯则必须额外满足以下两个条件:

  • 任意两颗珠子的编号都不同
  • 两颗相邻珠子的编号的乘积可以写成x2+1的形式
0846_diagram.jpg

记魔法手镯的效力为其所有珠子的编号之和。

如上图所示是一枚有五颗珠子、效力为155的魔法手镯。

F(N)为所有由编号不超过N的珠子串成的魔法手镯的效力之和,其中经旋转或翻折可以重合的编号方案视为等价的方案。已知F(20)=258F(102)=538768

F(106)


0 comments
Anonymous
Markdown is supported

Be the first person to leave a comment!