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!)
A100189 Equatorial structured meta-anti-diamond numbers, the n-th number from an equatorial structured n-gonal anti-diamond number sequence. 3

%I #19 Sep 08 2022 08:45:15

%S 1,6,27,92,245,546,1071,1912,3177,4990,7491,10836,15197,20762,27735,

%T 36336,46801,59382,74347,91980,112581,136466,163967,195432,231225,

%U 271726,317331,368452,425517,488970,559271,636896

%N Equatorial structured meta-anti-diamond numbers, the n-th number from an equatorial structured n-gonal anti-diamond number sequence.

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

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

%F a(n) = (1/6)*(4*n^4-12*n^3+20*n^2-6*n).

%F a(1)=1, a(2)=6, a(3)=27, a(4)=92, a(5)=245, a(n)=5*a(n-1)-10*a(n-2)+ 10*a(n-3)-5*a(n-4)+a(n-5). - _Harvey P. Dale_, Jul 05 2011

%F G.f.: x*(1+x)*(1+7*x^2)/(1-x)^5. - _Colin Barker_, Jan 19 2012

%e 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.

%t 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 *)

%o (Magma) [(1/6)*(4*n^4-12*n^3+20*n^2-6*n): n in [1..40]]; // _Vincenzo Librandi_, Aug 18 2011

%Y Cf. A000578, A096000, A051673, A005915, A100186, A100187 - "equatorial" structured anti-diamonds; A100188 - "polar" structured meta-anti-diamond numbers; A006484 for other structured meta numbers; and A100145 for more on structured numbers.

%K nonn,easy

%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 April 16 12:05 EDT 2024. Contains 371711 sequences. (Running on oeis4.)