# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a185098 Showing 1-1 of 1 %I A185098 #35 Sep 08 2022 08:45:55 %S A185098 23,141,652,2735,11168,44975,180508,722823,2893168,11575127,46307132, %T A185098 185237279,740974336,2963930847,11855822524,47423422103,189694082672, %U A185098 758776856135,3035108998684,12140438093295,48561758666176,194247043054991 %N A185098 a(n) = floor((265/6)*4^(n-4) - n^2 - ((15+(-1)^(n-1))/6)* 2^(n-3)). %C A185098 An upper bound on the crossing number of the locally twisted n-dimensional hypercube LTQ(n). From Wang, p. 3. A lower bound is given in A188162 (may not be meaningful for n<4). %H A185098 Vincenzo Librandi, Table of n, a(n) for n = 4..1000 %H A185098 Haoli Wang, Xirong Xu, Yuansheng Yang, Bao Liu, Wenping Zheng and Guoqing Wang, The crossing number of locally twisted cubes, arXiv:1103.4227 [math.CO], Mar 22, 2011. %F A185098 Empirical G.f.: -x^4*(8*x^6-36*x^5+22*x^4+67*x^3-82*x^2-20*x+23) / ((x-1)^3*(2*x-1)*(2*x+1)*(4*x-1)). - _Colin Barker_, Dec 04 2012 %e A185098 a(4) = floor(((265 / 6) * (4^(4 - 4))) - ((4^2) + (((15 + ((-1)^(4 - 1))) / 6) * (2^(4 - 3))))) = floor(23.5) = 23. %e A185098 a(5) = floor(((265 / 6) * (4^(5 - 4))) - ((5^2) + (((15 + ((-1)^(5 - 1))) / 6) * (2^(5 - 3))))) = floor(141) = 141. %t A185098 Table[Floor[(265/6)*4^(n-4) - n^2 - ((15+(-1)^(n-1))/6)* 2^(n-3)], {n,4,50}] (* _G. C. Greubel_, Jun 22 2017 *) %o A185098 (PARI) a(n)=floor((265/6)*(4^(n-4))-(n^2 + ((15+(-1)^(n-1))/6)*(2^(n-3)))) %o A185098 (Magma) [Floor((265/6)*(4^(n-4))-(n^2 + ((15+(-1)^(n-1))/6)*(2^(n-3)))): n in [4..30]]; // _Vincenzo Librandi_, Mar 25 2012 %Y A185098 Cf. A188162. %K A185098 nonn,easy %O A185098 4,1 %A A185098 _Jonathan Vos Post_, Mar 23 2011 %E A185098 More terms from _Franklin T. Adams-Watters_, Mar 24 2011 %E A185098 More terms from _Sean A. Irvine_, May 24 2011 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE