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.

A327494 a(n) = numerator(r(n)) where r(n) = Sum_{j=0..n} j!/(2^j*floor(j/2)!)^2.

Original entry on oeis.org

1, 5, 11, 47, 191, 779, 1563, 6287, 50331, 201639, 403341, 1614057, 6456459, 25828839, 51658107, 206638863, 3306228243, 13225022367, 26450056889, 105800458501, 423201880193, 1692808490741, 3385617069661, 13542470306761, 108339763130127, 433359069421483
Offset: 0

Views

Author

Peter Luschny, Sep 27 2019

Keywords

Examples

			r(n) = 1, 5/4, 11/8, 47/32, 191/128, 779/512, 1563/1024, 6287/4096, 50331/32768, 201639/131072, ...
		

Crossrefs

Denominators are in A327493.

Programs

Formula

Lim_{n -> oo} r(n) = (4/3)^(3/2) = A118273.