login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A101272 a(n)=n, n <=6; a(n)=6, n > 6. 3
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Sequence of electron arrangements in the 2p, 3p, 4p and 5p atomic subshells.
REFERENCES
A. Beiser, Concepts of Modern Physics, 2nd Ed., McGraw-Hill, 1973.
R. M. Tennent (Editor), Science Data Book, Oliver & Boyd, 1971.
LINKS
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
EXAMPLE
a(6)=6.
MATHEMATICA
Table[Min[n, 6], {n, 120}] (* Harvey P. Dale, Mar 09 2014 *)
PROG
(PARI) a(n)=min(6, n) /* Michael Somos, Aug 31 2006, edited by M. F. Hasler, Apr 16 2014 */
CROSSREFS
Cf. A040000.
Sequence in context: A293705 A036055 A034151 * A006160 A071640 A102674
KEYWORD
easy,nonn
AUTHOR
Jeremy Gardiner, Dec 19 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 27 14:49 EDT 2024. Contains 372019 sequences. (Running on oeis4.)