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!)
A100175 Structured triakis tetrahedral numbers (vertex structure 4). 7

%I #28 Mar 18 2023 08:39:41

%S 1,8,30,76,155,276,448,680,981,1360,1826,2388,3055,3836,4740,5776,

%T 6953,8280,9766,11420,13251,15268,17480,19896,22525,25376,28458,31780,

%U 35351,39180,43276,47648,52305,57256,62510,68076,73963,80180,86736,93640,100901,108528

%N Structured triakis tetrahedral numbers (vertex structure 4).

%C Equals binomial transform of [1, 7, 15, 9, 0, 0, 0, ...] where (1, 7, 15, 9) = row 3 of triangle A038763. - _Gary W. Adamson_, Jul 19 2008

%C Equals convolution square of 1, 4, 7, 10, 13, 16, 19, ..., A016777. - _Gary W. Adamson_, Jul 28 2009

%H Vincenzo Librandi, <a href="/A100175/b100175.txt">Table of n, a(n) for n = 1..10000</a>

%H <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (4,-6,4,-1).

%F a(n) = (3*n^3 - 3*n^2 + 2*n)/2.

%F G.f.: x*(2*x+1)^2 / ( (x-1)^4 ).

%t CoefficientList[Series[x (2x+1)^2/((x-1)^4),{x,0,50}],x] (* or *) LinearRecurrence[{4,-6,4,-1},{0,1,8,30},50] (* _Harvey P. Dale_, Mar 18 2023 *)

%o (Magma) [(3*n^3-3*n^2+2*n)/2: n in [1..50] ]; // _Vincenzo Librandi_, Aug 02 2011

%Y Cf. A000578 (alternate vertex), A100145 for more on structured numbers.

%Y Cf. A038763.

%K easy,nonn

%O 1,2

%A James A. Record (james.record(AT)gmail.com), Nov 07 2004

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 March 28 05:39 EDT 2024. Contains 371235 sequences. (Running on oeis4.)