cp's OEIS Frontend

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.

A069174 Centered 23-gonal numbers.

Original entry on oeis.org

1, 24, 70, 139, 231, 346, 484, 645, 829, 1036, 1266, 1519, 1795, 2094, 2416, 2761, 3129, 3520, 3934, 4371, 4831, 5314, 5820, 6349, 6901, 7476, 8074, 8695, 9339, 10006
Offset: 1

Views

Author

Terrel Trotter, Jr., Apr 09 2002

Keywords

Crossrefs

Cf. centered polygonal numbers listed in A069190.

Programs

Formula

a(n) = (23*n^2 - 23*n + 2)/2.
a(n) = 23*n+a(n-1)-23 (with a(1)=1). - Vincenzo Librandi, Aug 08 2010
From Amiram Eldar, Jun 21 2020: (Start)
Sum_{n>=1} 1/a(n) = 2*Pi*tan(sqrt(15/23)*Pi/2)/sqrt(345).
Sum_{n>=1} a(n)/n! = 25*e/2 - 1.
Sum_{n>=1} (-1)^n * a(n)/n! = 25/(2*e) - 1. (End)
E.g.f.: exp(x)*(1 + 23*x^2/2)-1. - Nikolaos Pantelidis, Feb 06 2023