- UID
- 415275
- 在线时间
- 小时
- 注册时间
- 2009-2-3
- 最后登录
- 1970-1-1
- 主题
- 帖子
- 性别
- 保密
|
最新的 置顶帖里面 内容如下··· 403、一个数列,第一个数是2,后面开始,第nth数是nth power of 前一个数,不太理解什么意思,问第三个数是多少,选项有6,12,32… 我理解为A2=2A1,A3=3A2, 关于power of 的解释:(mathematics 数) result obtained by multiplying a number by itself a certain number of times 乘方; 幂: the third power of 2 (= 2 x 2 x 2 = 8) 2的三次幂(= 2 x 2 x 2 = 8) * the second, third, fourth, etc power of x (= x2, x3, x4, etc) x的二次﹑ 三次﹑ 四次等幂(= x2﹑ x3﹑ x4等) * to the power of sth, ie multiplied by itself a certain number of times 某数的自乘 * 44 represents four to the power of four, ie 4 x 4 x 4 x 4 = 256 44表示4自乘4次. 所以通项应该为 An=An-1 ^n 即 a1=2 a2=a1^2 =4 a3=a2^3 =64 |
|