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.

A103920 Central numbers in triangle A103728.

Original entry on oeis.org

-1, 5, -17, -229, 853, 12113, -46061, -674761, 38733269, -150113729, 8829861373, 134484418361, -525740249453, -8058251350417, 486561579496253, -29557651813108141, 116325817932650581, -7111675770821993117, -110606189396709847609
Offset: 2

Views

Author

Wolfdieter Lang, Mar 24 2005

Keywords

Comments

a(n) given by the formula below is indeed an integer because A103728 is an integer triangle.

Formula

a(n)= A103728(n, b(n)), n>=2, with b(n):=(p(n)-1)/2=A005097(n-1) and p(n)= A000040(n) (n-th prime number).
a(n)=(1+((-1)^b(n))*2*b(n)*binomial(2*b(n), b(n)))/(2*b(n)+1), n>=2, with b(n) defined above.