955. Finding Triangles

A sequence (an)n0 starts with a0=3 and for each n0,

The sequence begins:

3,4,6,7,9,12,16,21,22,24,27,31,36,37,39,42,

where triangle numbers are marked red.

The 10th triangle number in the sequence is a2964=1439056.
Find the index n such that an is the 70th triangle number in the sequence.

955. 寻找三角形数

我们按如下规则构造序列 (an)n0a0=3,且对诸 n0

该序列的前 16 项如下,其中三角形数已被标红:

3,4,6,7,9,12,16,21,22,24,27,31,36,37,39,42,

这个序列中的第 10 个三角形数是 a2964=1439056
求这个序列第 70 个三角形数 an 的下标 n


这个链接 回到源站。

这个链接 回到详细版题目目录。