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.

A010975 a(n) = binomial(n,22).

Original entry on oeis.org

1, 23, 276, 2300, 14950, 80730, 376740, 1560780, 5852925, 20160075, 64512240, 193536720, 548354040, 1476337800, 3796297200, 9364199760, 22239974430, 51021117810, 113380261800, 244662670200, 513791607420, 1052049481860, 2104098963720, 4116715363800
Offset: 22

Views

Author

Keywords

Comments

Coordination sequence for 22-dimensional cyclotomic lattice Z[zeta_23].

Crossrefs

Pascal's triangle A007318. - Zerinvary Lajos, Aug 04 2008

Programs

Formula

a(n) = n/(n-22) * a(n-1), n > 22. - Vincenzo Librandi, Mar 26 2011
G.f.: x^22/(1-x)^23. - G. C. Greubel, Nov 23 2017
From Amiram Eldar, Dec 11 2020: (Start)
Sum_{n>=22} 1/a(n) = 22/21.
Sum_{n>=22} (-1)^n/a(n) = A001787(22)*log(2) - A242091(22)/21! = 46137344*log(2) - 42299425233749/1322685 = 0.9597667941... (End)