login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A100163
Structured disdyakis dodecahedral numbers (vertex structure 5).
3
1, 26, 119, 324, 685, 1246, 2051, 3144, 4569, 6370, 8591, 11276, 14469, 18214, 22555, 27536, 33201, 39594, 46759, 54740, 63581, 73326, 84019, 95704, 108425, 122226, 137151, 153244, 170549, 189110, 208971, 230176
OFFSET
1,2
LINKS
FORMULA
a(n) = (1/6)*(44*n^3 - 60*n^2 + 22*n).
G.f.: x*(1 + 22*x + 21*x^2)/(1-x)^4. - Colin Barker, Jan 19 2012
PROG
(Magma) [(1/6)*(44*n^3-60*n^2+22*n): n in [1..40]]; // Vincenzo Librandi, Jul 25 2011
CROSSREFS
Cf. A100161, A100162 = alternate vertices; A100145 for more on structured polyhedral numbers.
Sequence in context: A100161 A100162 A051729 * A296325 A183066 A124954
KEYWORD
nonn,easy
AUTHOR
James A. Record (james.record(AT)gmail.com), Nov 07 2004
STATUS
approved