A234305
Irregular triangle read by rows. Theoretical distribution of electrons based on the Janet's sequence A167268.
Original entry on oeis.org
1, 2, 2, 1, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 3, 2, 2, 4, 2, 2, 5, 2, 2, 6, 2, 2, 6, 1, 2, 2, 6, 2, 2, 2, 6, 2, 1, 2, 2, 6, 2, 2, 2, 2, 6, 2, 3, 2, 2, 6, 2, 4, 2, 2, 6, 2, 5, 2, 2, 6, 2, 6, 2, 2, 6, 2, 6, 1, 2, 2, 6, 2, 6, 2, 2, 2, 6, 2, 6, 2, 1, 2, 2, 6, 2, 6, 2, 2, 2, 2, 6, 2, 6, 2, 3, 2, 2, 6, 2, 6, 2, 4
Offset: 1
1, H
2, He
2, 1, Li
2, 2, Be
2, 2, 1,
2, 2, 2,
2, 2, 3,
2, 2, 4,
2, 2, 5,
2, 2, 6,
2, 2, 6, 1,
2, 2, 6, 2,
2, 2, 6, 2, 1,
2, 2, 6, 2, 2,
2, 2, 6, 2, 3,
2, 2, 6, 2, 4,
2, 2, 6, 2, 5,
2, 2, 6, 2, 6,
2, 2, 6, 2, 6, 1,
2, 2, 6, 2, 6, 2,
2, 2, 6, 2, 6, 2, 1,
2, 2, 6, 2, 6, 2, 2,
2, 2, 6, 2, 6, 2, 3, etc.
A138469
Atomic numbers of p-block elements.
Original entry on oeis.org
5, 6, 7, 8, 9, 10, 13, 14, 15, 16, 17, 18, 31, 32, 33, 34, 35, 36, 49, 50, 51, 52, 53, 54, 81, 82, 83, 84, 85, 86, 113, 114, 115, 116, 117, 118
Offset: 1
Cf.
A160914 Atomic numbers of s-block elements.
Cf.
A138469 Atomic numbers of p-block elements.
Cf.
A199934 Atomic numbers of d-block elements.
Cf.
A217923 Atomic numbers of f-block elements.
A216607
The sequence used to represent partition binary diagram as an array.
Original entry on oeis.org
0, 0, 1, 0, 1, 0, 2, 1, 0, 2, 1, 0, 3, 2, 1, 0, 3, 2, 1, 0, 4, 3, 2, 1, 0, 4, 3, 2, 1, 0, 5, 4, 3, 2, 1, 0, 5, 4, 3, 2, 1, 0, 6, 5, 4, 3, 2, 1, 0, 6, 5, 4, 3, 2, 1, 0, 7, 6, 5, 4, 3, 2, 1, 0, 7, 6, 5, 4, 3, 2, 1, 0, 8, 7, 6, 5, 4, 3, 2, 1, 0, 8, 7, 6, 5, 4, 3
Offset: 1
A160914
Extended s-block elements for Janet table.
Original entry on oeis.org
1, 2, 3, 4, 11, 12, 19, 20, 37, 38, 55, 56, 87, 88, 119, 120, 169, 170, 219, 220, 291, 292, 363, 364, 461, 462, 559, 560, 687, 688, 815, 816, 977, 978, 1139, 1140, 1339, 1340, 1539, 1540, 1781, 1782, 2023, 2024, 2311, 2312, 2599, 2600, 2937, 2938, 3275, 3276
Offset: 1
The following is an s-block, 2*8=16 elements, i.e., a(n) written vertically, after p-block, 6*6, (A138469).
1 2
3 4
5 6 7 8 9 10 11 12
13 14 15 16 17 18 19 20
31 32 33 34 35 36 37 38
49 50 51 52 53 54 55 56
81 82 83 84 85 86 87 88
113 114 115 116 117 118 119 120
- Charles JANET, La structure du Noyau de l'atome,considérée dans la Classification périodique, des éléments chimiques, 1927 (Novembre) N. 2 Beauvais, 67 pages, 3 leaflets.
A173592
Atomic numbers in the Mendeleyev-Moseley-Seaborg periodic table of elements read downwards columns, right to left.
Original entry on oeis.org
2, 10, 18, 36, 54, 86, 118, 1, 9, 17, 35, 53, 85, 117, 8, 16, 34, 52, 84, 116, 7, 15, 33, 51, 83, 115, 6, 14, 32, 50, 82, 114, 5, 13, 31, 49, 81, 113, 4, 12, 30, 48, 80, 112, 3, 11, 29, 47, 79, 111, 28, 46, 78, 110, 27, 45, 77, 109, 26, 44, 76, 108, 25, 43, 75, 107, 24, 42, 74
Offset: 1
The table contains 7 rows in 32 columns outlined as follows:
1 2
3 4 5 6 7 8 9 10
11 12 13 14 15 16 17 18
19 20....28 29 30 31 32 33 34 35 36
37 38....46 47 48 49 50 51 52 53 54
55....69 70....78 79 80 81 82 83 84 85 86
87...101 102...110 111 112 113 114 115 116 117 118
-
elements = PadLeft[#, 32, 0] & /@ {{1, 2}, Range[3, 10], Range[11, 18], Range[19, 36], Range[37, 54], Range[55, 86], Range[87, 118]}; Transpose[elements] // Reverse // Flatten // Select[#, #!=0& ]& (* Jean-François Alcover, Oct 01 2012 *)
A199934
Extended d-block elements for Janet table.
Original entry on oeis.org
21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 347
Offset: 1
- Charles Janet, Essais de classification hélicoidale des éléments chimiques, April 1928, N3, Beauvais, 2 + 104 pages, 4 leaflets (4 to 7).
A249947
Number of available orbitals at increasing subshells in multi-electron atoms.
Original entry on oeis.org
1, 1, 3, 1, 3, 1, 5, 3, 1, 5, 3, 1, 7, 5, 3, 1, 7, 5, 3
Offset: 1
1s
2s 2p
3s 3p 3d
4s 4p 4d 4f
5s 5p 5d 5f
6s 6p 6d
7s 7p
(8s)
Read antidiagonals.
A261046
Irregular triangle read by rows: the first column consists of the odd numbers repeated but without the first 1. Row n (n>=0) contains floor(n/2)=1 terms. Every row contains successive odd numbers.
Original entry on oeis.org
1, 3, 3, 5, 5, 7, 5, 7, 9, 7, 9, 11, 7, 9, 11, 13, 9, 11, 13, 15, 9, 11, 13, 15, 17, 11, 13, 15, 17, 19, 11, 13, 15, 17, 19, 21, 13, 15, 17, 19, 21, 23, 13, 15, 17, 19, 21, 23, 25, 15, 17, 19, 21, 23, 25, 27, 13, 15, 17, 19, 21, 23, 25, 27
Offset: 0
Triangle begins:
1,
3,
3, 5,
5, 7,
5, 7, 9,
7, 9, 11,
7, 9, 11, 13,
9, 11, 13, 15,
9, 11, 13, 15, 17,
....
A199426
Janet helicoidal classification of the periodic table.
Original entry on oeis.org
1, 2, 3, 4, 5, 6, 7, 10, 9, 8, 11, 12, 13, 14, 15, 18, 17, 16, 19, 20, 21, 22, 23, 24, 25, 30, 29, 28, 27, 26, 31, 32, 33, 36, 35, 34, 37, 38, 39, 40, 41, 42, 43, 48, 47, 46, 45, 44, 49, 50, 51, 54, 53, 52, 55, 56, 57, 58, 59, 60, 61, 62, 63, 70, 69, 68, 67, 66, 65, 64
Offset: 1
- (1) Charles Janet, Essais de classification hélicoidale des éléments chimiques, avril 1928, N 3, Beauvais, 2+104 pages, 4 leaflets (3 to 7).
- (2) Charles Janet, La classification hélicoidale des éléments chimiques, novembre 1928, N 4, Beauvais, 2+80 pages, 10 leaflets.
A248928
Interleave (2*n+2)^2 with (2*n+3)^2, both listed n+1 times.
Original entry on oeis.org
4, 9, 16, 16, 25, 25, 36, 36, 36, 49, 49, 49, 64, 64, 64, 64, 81, 81, 81, 81, 100, 100, 100, 100, 100, 121, 121, 121, 121, 121, 144, 144, 144, 144, 144, 144, 169, 169, 169, 169, 169, 169, 196, 196, 196, 196, 196, 196, 196, 225, 225, 225, 225, 225, 225, 225
Offset: 0
Seen as an irregular triangle:
4;
9;
16, 16;
25, 25;
36, 36, 36;
49, 49, 49;
64, 64, 64, 64;
81, 81, 81, 81;
...
-
Module[{nn=10,a,b},a=Table[PadRight[{},n+1,(2n+2)^2],{n,0,nn}];b= Table[ PadRight[ {},n+1,(2n+3)^2],{n,0,nn}];Riffle[a,b]]//Flatten (* Harvey P. Dale, Jun 10 2022 *)
-
vector(60, n, (sqrtint(4*n-3)+1)^2) \\ after Charles R Greathouse IV, Michel Marcus, Oct 27 2014
Showing 1-10 of 13 results.
Comments