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.

A073361 Nested floor product of n and fractions (k+1)/k for all k>0 (mod 4), divided by 4.

Original entry on oeis.org

1, 5, 15, 31, 65, 105, 151, 275, 420, 631, 695, 1050, 1411, 1685, 2385, 2941, 3425, 4410, 5326, 6995, 7350, 9316, 10880
Offset: 1

Views

Author

Paul D. Hanna, Jul 29 2002

Keywords

Examples

			a(1)=1 since (1/4)[[[[1(2/1)](3/2)](4/3)](6/5)]=(1/4)[4(6/5)]=1
		

Crossrefs

Formula

a(n)=(1/3)[...[[[[n(2/1)](3/2)](4/3)](6/5)]...(k+1)/k]..., k>0 (mod 4), where [x] = floor of x; this infinite nested floor product will eventually level-off at a(n).