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 A069174 #38 Feb 16 2025 08:32:45 %S A069174 1,24,70,139,231,346,484,645,829,1036,1266,1519,1795,2094,2416,2761, %T A069174 3129,3520,3934,4371,4831,5314,5820,6349,6901,7476,8074,8695,9339, %U A069174 10006 %N A069174 Centered 23-gonal numbers. %H A069174 Ivan Panchenko, <a href="/A069174/b069174.txt">Table of n, a(n) for n = 1..1000</a> %H A069174 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/CenteredPolygonalNumber.html">Centered Polygonal Numbers</a> %H A069174 <a href="/index/Ce#CENTRALCUBE">Index entries for sequences related to centered polygonal numbers</a> %H A069174 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (3,-3,1). %F A069174 a(n) = (23*n^2 - 23*n + 2)/2. %F A069174 a(n) = 23*n+a(n-1)-23 (with a(1)=1). - _Vincenzo Librandi_, Aug 08 2010 %F A069174 From _Amiram Eldar_, Jun 21 2020: (Start) %F A069174 Sum_{n>=1} 1/a(n) = 2*Pi*tan(sqrt(15/23)*Pi/2)/sqrt(345). %F A069174 Sum_{n>=1} a(n)/n! = 25*e/2 - 1. %F A069174 Sum_{n>=1} (-1)^n * a(n)/n! = 25/(2*e) - 1. (End) %F A069174 E.g.f.: exp(x)*(1 + 23*x^2/2)-1. - _Nikolaos Pantelidis_, Feb 06 2023 %t A069174 FoldList[#1 + #2 &, 1, 23 Range@ 45] (* _Robert G. Wilson v_, Feb 02 2011 *) %o A069174 (PARI) a(n)=(23*n^2-23*n+2)/2 \\ _Charles R Greathouse IV_, Jun 17 2017 %Y A069174 Cf. centered polygonal numbers listed in A069190. %K A069174 nonn,easy %O A069174 1,2 %A A069174 _Terrel Trotter, Jr._, Apr 09 2002