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.

Showing 1-1 of 1 results.

A013709 a(n) = 4^(2*n+1).

Original entry on oeis.org

4, 64, 1024, 16384, 262144, 4194304, 67108864, 1073741824, 17179869184, 274877906944, 4398046511104, 70368744177664, 1125899906842624, 18014398509481984, 288230376151711744, 4611686018427387904, 73786976294838206464, 1180591620717411303424, 18889465931478580854784
Offset: 0

Views

Author

Keywords

Comments

Also powers of 2 with singly even numbers (A016825) as exponents. - Alonso del Arte, Sep 03 2012
The partial sum of A000888(n) = Catalan(n)^2*(n + 1) resp. A267844(n) = Catalan(n)^2*(4n + 3) resp. A267987(n) = Catalan(n)^2*(4n + 4) divided by A013709(n) (this) a(n) = 2^(4n+2) absolutely converge to 1/Pi resp. 1 resp. 4/Pi. Thus this series is 1/Pi resp. 1 resp. 4/Pi. - Ralf Steiner, Jan 23 2016

Crossrefs

Programs

Formula

a(n) = 16*a(n-1), n > 0; a(0) = 4. G.f.: 4/(1 - 16*x). [Philippe Deléham, Nov 23 2008]
a(n) = 4^(2*n + 1) = 2^(4*n + 2). - Alonso del Arte, Sep 03 2012
a(n) = 4*A001025(n). - Michel Marcus, Jan 30 2016
From Elmo R. Oliveira, Aug 26 2024: (Start)
E.g.f.: 4*exp(16*x).
a(n) = A000302(A005408(n)). (End)
Showing 1-1 of 1 results.