<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>递归数列</title>
	<atom:link href="https://www.aitaocui.cn/tag/228347/feed" rel="self" type="application/rss+xml" />
	<link>https://www.aitaocui.cn</link>
	<description>翡翠玉石爱好者聚集地</description>
	<lastBuildDate>Sat, 26 Nov 2022 19:26:22 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>

<image>
	<url>https://www.aitaocui.cn/wp-content/uploads/2022/11/taocui.png</url>
	<title>递归数列</title>
	<link>https://www.aitaocui.cn</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>递归数列(可以递推找出规律的数列)</title>
		<link>https://www.aitaocui.cn/article/340089.html</link>
					<comments>https://www.aitaocui.cn/article/340089.html#respond</comments>
		
		<dc:creator><![CDATA[吴爱英]]></dc:creator>
		<pubDate>Sat, 26 Nov 2022 19:26:22 +0000</pubDate>
				<category><![CDATA[知识]]></category>
		<category><![CDATA[递归数列]]></category>
		<guid isPermaLink="false">https://www.aitaocui.cn/?p=340089</guid>

					<description><![CDATA[递归数列是可以递推找出规律的数列，找出这个规律的通项式就是解递推数列。求递归数列通项公式的常用方法有：公式法、累加法、累乘法、待定系数法等共十种方法。/n 基本内容 递归数列 （r...]]></description>
										<content:encoded><![CDATA[</p>
<article>
<p>递归数列是可以递推找出规律的数列，找出这个规律的通项式就是解递推数列。求递归数列通项公式的常用方法有：公式法、累加法、累乘法、待定系数法等共十种方法。/n</p>
</article>
<article>
<h1>基本内容</h1>
<p>递归数列 （recursive sequence ）：一种用归纳方法给定的数列。</p>
<p>例如，等比数列可以用归纳方法来定义，先定义第一项 a1 的值( a1 ≠ 0 )，对 于以后的项 ，用递推公式an+1＝qan （q≠0，n＝1，2，…）给出定义。一般地，递归数列的前k项a1，a2，…，ak为已知数，从第k＋1项起，由某一递推公式an+k＝f（an，an+1，…，an+k-1） ( n＝1，2，…）所确定。k称为递归数列的阶数。例如 ，已知 a1＝1，a2＝1，其余各项由公式an+1＝an＋an-1（n＝2，3，…）给定的数列是二阶递归数列。这是斐波那契数列，各项依次为 1 ，1 ，2 ，3，5 ，8 ，13 ，21 ，…，同样 ，由递归式an+1－an ＝an－an-1( a1，a2 为已知，n＝2，3，… ) 给定的数列，也是二阶递归数列，这是等差数列。</p>
<h1>相关概念</h1>
<p>首先数列的定义是：按一定次序排列的一列数称为数列（sequence of number）。数列中的每一个数都叫做这个数列的项。/n排在第一位的数列称为这个数列的第1项（通常也叫做首项），排在第二位的数称为这个数列的第2项……排在第n位的数称为这个数列的第n项。</p>
<p>所以，数列的一般形式可以写成 a1，a2，a3，…，an，…/n简记为{an}。/n通项公式：数列的第N项an与项的序数n之间的关系可以用一个公式表示，这个公式就叫做这个数列的通项公式。/n数列中数的总数为数列的项数。特别地，数列可以看成以正整数集N*（或它的有限子集{1，2，…，n}）为定义域的函数an=f(n)。/n如果可以用一个公式来表示,则它的通项公式是an=f(n).</p>
<p>数列分类/n（1）按项数分：可以分为有穷数列和无穷数列，即如果项数是有限的那么就是有穷数列，如果项数是无限的那么就是无穷数列：</p>
<p>/n（2）按增减分：可以分为递增数列和递减数列，即如果数列的项是随着项数的增加而增加的就是递增数列，如果数列的项是随着项数的增加而减小的就是递减数列；</p>
<p>/n（3）按项的特点分：可以分为摇摆数列和常数列，即如果数列的项是在某个或某几个数之间来回摇摆就是摇摆数列，如果数列的每一项都相等而且都是一个常数那么就是常数列。</p>
</article>
<div class="mt-3 mb-3" style="max-width: 770px;height: auto;">
                                    </div>
<div class="mt-3 mb-3" style="max-width: 770px;height: auto;">
                                    </div>
<div class="mt-3 mb-3" style="max-width: 770px;height: auto;">
                                    </div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aitaocui.cn/article/340089.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
