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.

A146534 a(n) = 4*C(2n,n) - 3*0^n.

Original entry on oeis.org

1, 8, 24, 80, 280, 1008, 3696, 13728, 51480, 194480, 739024, 2821728, 10816624, 41602400, 160466400, 620470080, 2404321560, 9334424880, 36300541200, 141381055200, 551386115280, 2153031497760, 8416395854880, 32933722910400, 128990414732400, 505642425751008, 1983674131792416
Offset: 0

Views

Author

Philippe Deléham, Oct 31 2008

Keywords

Crossrefs

Programs

  • Mathematica
    a[n_]:=4*Binomial[2n,n]-3*KroneckerDelta[n,0]; Array[a,27,0] (* Stefano Spezia, Feb 14 2025 *)

Formula

a(n) = Sum_{k=0..n} A039599(n,k)*A010688(k).
From Stefano Spezia, Feb 14 2025: (Start)
G.f.: 4/sqrt(1 - 4*x) - 3.
E.g.f.: 4*exp(2*x)*BesselI(0, 2*x) - 3. (End)

Extensions

a(22)-a(26) from Stefano Spezia, Feb 14 2025