题目翻译一则
  • 板块学术版
  • 楼主smart_kai
  • 当前回复1
  • 已保存回复1
  • 发布时间2025/1/4 16:00
  • 上次更新2025/1/4 20:12:13
查看原帖
题目翻译一则
1035942
smart_kai楼主2025/1/4 16:00

蛇形数组是指一个由数字 {1,2,...,n}\{1,2,...,n\} 组成的长度为 nn 的排列 (x1,x2,...,xn)(x_1,x_2,...,x_n) 且满足 x1<x2>x3<x4>...x_1<x_2>x_3<x_4>...

例如:

n=2n=2,只存在 1<21<2 ,共 11 个。

n=3n=31<3>22<3>1}2\left.\begin{matrix}1<3>2\\2<3>1\end{matrix}\right\}共2个

n=4n=41<3>2<41<4>2<32<3>1<42<4>1<33<4>1<2}5\left.\begin{matrix}1<3>2<4\\1<4>2<3\\2<3>1<4\\2<4>1<3\\3<4>1<2\end{matrix}\right\}共5个

求长度为 1010 的蛇形数组有多少个?


推广:求长度为 nn 的蛇形数组有多少个?

译者:smart_kai。

译自:《Lectures and Problems: A Gift to Young Mathematicians》Part 4: Problems for Children 5 to 15 Years Old 第 49 题。

2025/1/4 16:00
加载中...