The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A100171 Structured triakis octahedral numbers (vertex structure 4). 3
1, 14, 60, 160, 335, 606, 994, 1520, 2205, 3070, 4136, 5424, 6955, 8750, 10830, 13216, 15929, 18990, 22420, 26240, 30471, 35134, 40250, 45840, 51925, 58526, 65664, 73360, 81635, 90510, 100006, 110144 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n)=(1/6)*(21*n^3-27*n^2+12*n).
a(0)=1, a(1)=14, a(2)=60, a(3)=160, a(n)=4*a(n-1)-6*a(n-2)+4*a(n-3)-a(n-4). - Harvey P. Dale, Jun 28 2011
G.f.: (10*x^2+10*x+1)/(x-1)^4. - Harvey P. Dale, Jun 28 2011
MATHEMATICA
Table[(21n^3-27n^2+12n)/6, {n, 40}] (* or *) LinearRecurrence[ {4, -6, 4, -1}, {1, 14, 60, 160}, 40] (* Harvey P. Dale, Jun 28 2011 *)
PROG
(Magma) [(1/6)*(21*n^3-27*n^2+12*n): n in [1..40]]; // Vincenzo Librandi, Jul 27 2011
CROSSREFS
Cf. A100157 = alternate vertex; A100145 for more on structured numbers.
Sequence in context: A277986 A261282 A158058 * A063492 A051799 A164540
KEYWORD
easy,nonn
AUTHOR
James A. Record (james.record(AT)gmail.com), Nov 07 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 May 14 20:39 EDT 2024. Contains 372533 sequences. (Running on oeis4.)