This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A181890 #47 Oct 19 2024 15:45:33 %S A181890 5,27,65,119,189,275,377,495,629,779,945,1127,1325,1539,1769,2015, %T A181890 2277,2555,2849,3159,3485,3827,4185,4559,4949,5355,5777,6215,6669, %U A181890 7139,7625,8127,8645,9179,9729,10295,10877,11475,12089,12719,13365,14027,14705,15399,16109,16835,17577 %N A181890 a(n) = 8*n^2 + 14*n + 5. %C A181890 A160050(4*n+1) = A033954(n); A160050(4*n+2) = A001107(n); the third quadrisection is a(n). %C A181890 First 16 terms of clockwise spiral for odd numbers are as follows: %C A181890 . %C A181890 13--15--17--19 %C A181890 | | %C A181890 11 1---3 21 %C A181890 | | | %C A181890 9---7---5 23 %C A181890 | %C A181890 31--29--27--25 %C A181890 . %C A181890 a(n) comes from the third vertical. %C A181890 Sequence found by reading the line from 5, in the direction 5, 27, in the square spiral whose vertices are the triangular numbers A000217. - _Omar E. Pol_, Dec 25 2011 %H A181890 Vincenzo Librandi, <a href="/A181890/b181890.txt">Table of n, a(n) for n = 0..1000</a> %H A181890 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (3,-3,1). %F A181890 a(n) = A160050(4*n+3). %F A181890 a(n) = (2*n+1)*(4*n+5). %F A181890 a(n) = a(n-1) + 16*n + 6. %F A181890 a(n) = 2*a(n-1) - a(n-2) + 16. %F A181890 a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3). %F A181890 G.f.: (5 + 12*x - x^2)/(1 - x)^3. - _Arkadiusz Wesolowski_, Dec 25 2011 %F A181890 a(n) = A014635(n+1) - 1. - _Omar E. Pol_, Dec 25 2011 %F A181890 From _Vaclav Kotesovec_, Aug 18 2018: (Start) %F A181890 Sum_{n>=0} 1/a(n) = 2/3 - Pi/12 - log(2)/6 = 0.289342748774193011891907697817... %F A181890 Sum_{n>=0} (-1)^n / a(n) = (1 + sqrt(2))*Pi/12 - 2/3 - sqrt(2)*log(tan(Pi/8))/6 = 0.173114712692423461587883724528539... (End) %F A181890 a(n) = A014106(2*n+1). - _Rick L. Shepherd_, Aug 06 2019 %F A181890 E.g.f.: (5 + 22*x + 8*x^2)*exp(x). - _Elmo R. Oliveira_, Oct 19 2024 %t A181890 Table[(2n+1)(4n+5),{n,0,40}] (* _Harvey P. Dale_, Feb 06 2011 *) %t A181890 CoefficientList[Series[(5 + 12 x - x^2)/(1 - x)^3, {x, 0, 40}], x] (* _Vincenzo Librandi_, May 23 2014 *) %o A181890 (Magma) [8*n^2+14*n+5: n in [0..700]]; // _Vincenzo Librandi_, Feb 01 2011 %o A181890 (PARI) a(n)=8*n^2+14*n+5 \\ _Charles R Greathouse IV_, Dec 21 2011 %Y A181890 Cf. A000217, A001107, A014106, A014635, A033954, A064038, A160050. %K A181890 nonn,easy %O A181890 0,1 %A A181890 _Paul Curtz_, Feb 01 2011