<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://the-democratika.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox_integer_sequence%2Fdoc</id>
	<title>Template:Infobox integer sequence/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://the-democratika.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Template%3AInfobox_integer_sequence%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://the-democratika.com/wiki/index.php?title=Template:Infobox_integer_sequence/doc&amp;action=history"/>
	<updated>2026-04-05T03:36:09Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://the-democratika.com/wiki/index.php?title=Template:Infobox_integer_sequence/doc&amp;diff=8623&amp;oldid=prev</id>
		<title>&gt;WOSlinker: syntaxhighlight lang=&quot;wikitext&quot;</title>
		<link rel="alternate" type="text/html" href="https://the-democratika.com/wiki/index.php?title=Template:Infobox_integer_sequence/doc&amp;diff=8623&amp;oldid=prev"/>
		<updated>2023-05-19T04:52:36Z</updated>

		<summary type="html">&lt;p&gt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&lt;br /&gt;
This template is designed for articles about integer sequences.&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
Copy and paste a blank version to use.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;wikitext&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox integer sequence&lt;br /&gt;
| image                 = &lt;br /&gt;
| image_size            = &lt;br /&gt;
| alt                   = &lt;br /&gt;
| caption               = &lt;br /&gt;
| named_after           =&lt;br /&gt;
| publication_year      =&lt;br /&gt;
| author                =&lt;br /&gt;
| terms_number          =&lt;br /&gt;
| con_number            =&lt;br /&gt;
| number                =&lt;br /&gt;
| parentsequence        =&lt;br /&gt;
| formula               =&lt;br /&gt;
| first_terms           =&lt;br /&gt;
| largest_known_term    =&lt;br /&gt;
| OEIS                  = &lt;br /&gt;
| OEIS_name             = &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
====Required parameters====&lt;br /&gt;
;named_after: Name of the person or object the sequence is named after including a wikilink to corresponding article (include a brief explanation if necessary)&lt;br /&gt;
&amp;lt;br /&amp;gt; Example: [[Arthur Wieferich]] &amp;lt;br /&amp;gt;&lt;br /&gt;
;publication_year: Year of first publication of this sequence.&lt;br /&gt;
&amp;lt;br /&amp;gt; Example: 1909 &amp;lt;br /&amp;gt;&lt;br /&gt;
;author: Name of the author / names of the authors of first publication.&lt;br /&gt;
&amp;lt;br /&amp;gt; Example: Wieferich, A.&lt;br /&gt;
;terms_number: The number of members of this sequence currently known.&lt;br /&gt;
&amp;lt;br /&amp;gt; Example: 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
;OEIS: Index under which the sequence is listed in the [[On-Line Encyclopedia of Integer Sequences]].&lt;br /&gt;
&amp;lt;br /&amp;gt; Example: A001220 &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Optional parameters====&lt;br /&gt;
;con_number: to give the total number of terms of this sequence if this number is only conjectured for this sequence&lt;br /&gt;
&amp;lt;br /&amp;gt; Example: Infinite&lt;br /&gt;
;number: to give the total number of terms of this sequence if this number has been proven for this sequence&lt;br /&gt;
&amp;lt;br /&amp;gt; Example: Infinite&lt;br /&gt;
;parentsequence: to give the name of sequences the sequence is a subsequence of&lt;br /&gt;
&amp;lt;br /&amp;gt; Example: Mersenne numbers (in the case of the article on Mersenne primes)&lt;br /&gt;
;formula: a simple expression to generate the sequence&lt;br /&gt;
&amp;lt;br /&amp;gt; Example: 2&amp;lt;sup&amp;gt;n&amp;lt;/sup&amp;gt;-1 to generate [[Mersenne numbers]]&lt;br /&gt;
;first_terms: lists some known small terms of the sequence&lt;br /&gt;
&amp;lt;br /&amp;gt; Example: 3, 7, 31, 127&lt;br /&gt;
;largest_known_term: the largest term of this sequence currently known&lt;br /&gt;
&amp;lt;br /&amp;gt; Example: 2&amp;lt;sup&amp;gt;43112609&amp;lt;/sup&amp;gt; - 1&lt;br /&gt;
;OEIS_name: name (descriptive label) OEIS has for the OEIS sequecnce.&lt;br /&gt;
&amp;lt;br /&amp;gt; Example: Circular primes (numbers that remain prime under cyclic shifts of digits)&lt;br /&gt;
&lt;br /&gt;
====Image parameters====&lt;br /&gt;
For further details see [[Template:Infobox person/doc]]&lt;br /&gt;
;image: abc.jpg, xpz.png, 123.gif, etc.&lt;br /&gt;
;image_size: This parameter should not normally need to be set.&lt;br /&gt;
;alt: Alt text for image, for visually impaired readers. See [[WP:ALT]].&lt;br /&gt;
;caption: Caption for image, if needed.&lt;br /&gt;
&lt;br /&gt;
=== See also ===&lt;br /&gt;
* {{tl|Series (mathematics)}}&lt;br /&gt;
* {{tl|Cite OEIS}}&lt;br /&gt;
* {{clc|Integer sequences}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{sandbox other||&lt;br /&gt;
[[Category:Mathematics infobox templates]]&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>&gt;WOSlinker</name></author>
	</entry>
</feed>