A100179
Structured heptagonal diamond numbers (vertex structure 5).
Original entry on oeis.org
1, 9, 34, 86, 175, 311, 504, 764, 1101, 1525, 2046, 2674, 3419, 4291, 5300, 6456, 7769, 9249, 10906, 12750, 14791, 17039, 19504, 22196, 25125, 28301, 31734, 35434, 39411, 43675, 48236, 53104
Offset: 1
James A. Record (james.record(AT)gmail.com), Nov 07 2004
A100186
Structured heptagonal anti-diamond numbers (vertex structure 7).
Original entry on oeis.org
1, 16, 67, 176, 365, 656, 1071, 1632, 2361, 3280, 4411, 5776, 7397, 9296, 11495, 14016, 16881, 20112, 23731, 27760, 32221, 37136, 42527, 48416, 54825, 61776, 69291, 77392, 86101, 95440, 105431, 116096
Offset: 1
James A. Record (james.record(AT)gmail.com), Nov 07 2004
Cf.
A063521 = alternate vertex;
A100188 = structured anti-diamonds;
A100145 for more on structured numbers.
-
[(1/6)*(22*n^3-24*n^2+8*n): n in [1..40]]; // Vincenzo Librandi, Aug 18 2011
-
Table[(22*n^3 - 24*n^2 + 8*n)/6, {n,1,40}] (* or *) LinearRecurrence[{4, -6, 4, -1}, {1, 16, 67, 176}, 40] (* G. C. Greubel, Nov 08 2018 *)
-
vector(40, n, (22*n^3 -24*n^2 +8*n)/6) \\ G. C. Greubel, Nov 08 2018
A100187
Structured octagonal anti-diamond numbers (vertex structure 7).
Original entry on oeis.org
1, 18, 77, 204, 425, 766, 1253, 1912, 2769, 3850, 5181, 6788, 8697, 10934, 13525, 16496, 19873, 23682, 27949, 32700, 37961, 43758, 50117, 57064, 64625, 72826, 81693, 91252, 101529, 112550, 124341, 136928
Offset: 1
James A. Record (james.record(AT)gmail.com), Nov 07 2004
Cf.
A063523 = alternate vertex;
A100188 = structured anti-diamonds;
A100145 for more on structured numbers.
-
[(1/6)*(26*n^3-30*n^2+10*n): n in [1..40]]; // Vincenzo Librandi, Aug 18 2011
-
Table[(26n^3-30n^2+10n)/6,{n,40}] (* or *) LinearRecurrence[{4,-6,4,-1},{1,18,77,204},40] (* Harvey P. Dale, Dec 24 2012 *)
-
vector(40, n, (13*n^3 -15*n^2 +5*n)/3) \\ G. C. Greubel, Nov 08 2018
A100189
Equatorial structured meta-anti-diamond numbers, the n-th number from an equatorial structured n-gonal anti-diamond number sequence.
Original entry on oeis.org
1, 6, 27, 92, 245, 546, 1071, 1912, 3177, 4990, 7491, 10836, 15197, 20762, 27735, 36336, 46801, 59382, 74347, 91980, 112581, 136466, 163967, 195432, 231225, 271726, 317331, 368452, 425517, 488970, 559271, 636896
Offset: 1
James A. Record (james.record(AT)gmail.com), Nov 07 2004
There are no 1- or 2-gonal anti-diamonds, so 1 and (2n+2) are used as the first and second terms since all the sequences begin as such.
-
[(1/6)*(4*n^4-12*n^3+20*n^2-6*n): n in [1..40]]; // Vincenzo Librandi, Aug 18 2011
-
Table[(4n^4-12n^3+20n^2-6n)/6,{n,40}] (* or *) LinearRecurrence[ {5,-10,10,-5,1},{1,6,27,92,245},40] (* Harvey P. Dale, Jul 05 2011 *)
A100167
Structured pentagonal icositetrahedral numbers (vertex structure 13).
Original entry on oeis.org
1, 38, 171, 460, 965, 1746, 2863, 4376, 6345, 8830, 11891, 15588, 19981, 25130, 31095, 37936, 45713, 54486, 64315, 75260, 87381, 100738, 115391, 131400, 148825, 167726, 188163, 210196, 233885, 259290, 286471, 315488
Offset: 1
James A. Record (james.record(AT)gmail.com), Nov 07 2004
Cf.
A100168 = alternate vertex;
A100145 for more on structured numbers.
-
[(1/6)*(60*n^3-72*n^2+18*n): n in [1..40]]; // Vincenzo Librandi, Jul 26 2011
-
Table[(60n^3-72n^2+18n)/6,{n,40}] (* or *) LinearRecurrence[{4,-6,4,-1},{1,38,171,460},40] (* Harvey P. Dale, Aug 21 2016 *)
A100168
Structured pentagonal icositetrahedral numbers (vertex structure 10).
Original entry on oeis.org
1, 38, 174, 472, 995, 1806, 2968, 4544, 6597, 9190, 12386, 16248, 20839, 26222, 32460, 39616, 47753, 56934, 67222, 78680, 91371, 105358, 120704, 137472, 155725, 175526, 196938, 220024, 244847, 271470, 299956, 330368
Offset: 1
James A. Record (james.record(AT)gmail.com), Nov 07 2004
Cf.
A100167 = alternate vertex;
A100145 for more on structured numbers.
-
[(1/6)*(63*n^3-81*n^2+24*n): n in [1..40]]; // Vincenzo Librandi, Jul 26 2011
-
Table[(63n^3-81n^2+24n)/6,{n,40}]
LinearRecurrence[{4,-6,4,-1},{1,38,174,472},40] (* or *) CoefficientList[ Series[(1+34x+28x^2)/(-1+x)^4,{x,0,40}],x](* Harvey P. Dale, Dec 18 2011 *)
A100169
Structured pentagonal hexacontahedral numbers (vertex structure 16).
Original entry on oeis.org
1, 92, 438, 1204, 2555, 4656, 7672, 11768, 17109, 23860, 32186, 42252, 54223, 68264, 84540, 103216, 124457, 148428, 175294, 205220, 238371, 274912, 315008, 358824, 406525, 458276, 514242, 574588, 639479, 709080, 783556, 863072
Offset: 1
James A. Record (james.record(AT)gmail.com), Nov 07 2004
Cf.
A100170 = alternate vertex;
A100145 for more on structured numbers.
A100170
Structured pentagonal hexacontahedral numbers (vertex structure 10).
Original entry on oeis.org
1, 92, 444, 1228, 2615, 4776, 7882, 12104, 17613, 24580, 33176, 43572, 55939, 70448, 87270, 106576, 128537, 153324, 181108, 212060, 246351, 284152, 325634, 370968, 420325, 473876, 531792, 594244, 661403, 733440, 810526, 892832
Offset: 1
James A. Record (james.record(AT)gmail.com), Nov 07 2004
Cf.
A100169 = alternate vertex;
A100145 for more on structured numbers.
A100172
Structured triakis icosahedral numbers (vertex structure 4).
Original entry on oeis.org
1, 32, 150, 412, 875, 1596, 2632, 4040, 5877, 8200, 11066, 14532, 18655, 23492, 29100, 35536, 42857, 51120, 60382, 70700, 82131, 94732, 108560, 123672, 140125, 157976, 177282, 198100, 220487, 244500, 270196, 297632
Offset: 1
James A. Record (james.record(AT)gmail.com), Nov 07 2004
Cf.
A100164 = alternate vertex;
A100145 for more on structured numbers.
-
[(1/6)*(57*n^3-81*n^2+30*n): n in [1..40]]; // Vincenzo Librandi, Jul 27 2011
-
LinearRecurrence[{4,-6,4,-1},{1,32,150,412},50] (* Harvey P. Dale, Sep 18 2023 *)
A100173
Structured pentakis dodecahedral numbers (vertex structure 6).
Original entry on oeis.org
1, 32, 148, 404, 855, 1556, 2562, 3928, 5709, 7960, 10736, 14092, 18083, 22764, 28190, 34416, 41497, 49488, 58444, 68420, 79471, 91652, 105018, 119624, 135525, 152776, 171432, 191548, 213179, 236380, 261206, 287712
Offset: 1
James A. Record (james.record(AT)gmail.com), Nov 07 2004
Cf.
A100165 = alternate vertex;
A100145 for more on structured numbers.
-
[(1/6)*(55*n^3-75*n^2+26*n): n in [1..40]]; // Vincenzo Librandi, Jul 26 2011
-
LinearRecurrence[{4,-6,4,-1},{1,32,148,404},40] (* Harvey P. Dale, Aug 04 2022 *)