cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A101272 a(n) = n, n <= 6; a(n) = 6, n > 6.

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6
Offset: 1

Views

Author

Jeremy Gardiner, Dec 19 2004

Keywords

Comments

Sequence of electron arrangements in the 2p, 3p, 4p and 5p atomic subshells.
Decimal expansion of 37037/30000. - Elmo R. Oliveira, May 07 2024

References

  • A. Beiser, Concepts of Modern Physics, 2nd Ed., McGraw-Hill, 1973.
  • R. M. Tennent (Editor), Science Data Book, Oliver & Boyd, 1971.

Crossrefs

Cf. A040000.

Programs

Formula

a(n) = n, n <= 6; a(n) = 6, n > 6.
Euler transform of length 6 sequence [ 2, 0, 0, 0, 0, -1]. - Michael Somos, Aug 31 2006
G.f.: (1-x^6)/(1-x)^2. - Michael Somos, Aug 31 2006
a(n) = min(n,6). - Wesley Ivan Hurt, Apr 16 2014
G.f.: x*(1+x+x^2+x^3+x^4+x^5)/(1-x). - Elmo R. Oliveira, Jun 20 2024