This site is supported by donations to The OEIS Foundation.

User:Daniel Forgues/Sandbox

From OeisWiki
Jump to: navigation, search
Sandbox code for template under test
(Put code for testcases in /Testcases.)


This is a OEIS Wiki user page.
This is not a OEIS Wiki article. If you find this page on any site other than OEIS Wiki, you are viewing a mirror site. Be aware that the page may be outdated and that the user to whom this page belongs may have no personal affiliation with any site other than OEIS Wiki itself. The original page is located at https://oeis.org/wiki/User:Daniel_Forgues/Sandbox.


Tests: Exponents and subscripts

The code {{math|''x''<sup>''n''</sup>, ''x''<sub>''n''</sub>|&}} yields the text style HTML+CSS: 
xn, xn

The code {{math|''x''<sup>''n''</sup>, ''x''<sub>''n''</sub>|&&}} yields the display style HTML+CSS

xn, xn
The code {{math|''x''{{^|''n''}}, ''x''{{sub|''n''}}|&}} yields the text style HTML+CSS: 
xn, xn

The code {{math|''x''{{^|''n''}}, ''x''{{sub|''n''}}|&&}} yields the display style HTML+CSS

xn, xn

The code {{math|''x''{{^|''n''|HTM}}, ''x''{{sub|''n''|HTM}}|&&}} yields the display style HTML+CSS

xn, xn
The code {{math|''x''<sup>2</sup>, ''x''<sub>2</sub>|&}} yields the text style HTML+CSS: 
x2, x2

The code {{math|''x''<sup>2</sup>, ''x''<sub>2</sub>|&&}} yields the display style HTML+CSS

x2, x2
The code {{math|''x''{{^|2}}, ''x''{{sub|2}}|&}} yields the text style HTML+CSS: 
x 2, x2

The code {{math|''x''{{^|2}}, ''x''{{sub|2}}|&&}} yields the display style HTML+CSS

x 2, x2

The code {{math|''x''{{^|2|HTM}}, ''x''{{sub|2|HTM}}|&&}} yields the display style HTML+CSS

x 2, x2