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.

A269298 Central nonzero values of A231599.

Original entry on oeis.org

1, 2, 2, 4, 6, 8, 16, 28, 50, 100, 196, 388, 786, 1600, 3280, 6780, 14060, 29280, 61232, 128414, 270084, 569514, 1203564, 2548770, 5407754, 11493312, 24465960, 52157508, 111342192, 237985596, 509275390, 1091017632, 2339687834, 5022312654, 10790564790
Offset: 0

Views

Author

Tilman Piesk, Feb 21 2016

Keywords

Comments

Rows of A231599 whose row number is divisible by four have positive central values. a(n) is the central value of row 4n. They are also the maximal value of that row, so a(n) = A086376(4n).
a(1) = a(2) = 2. Apart from that the sequence is strictly increasing.

Examples

			For n = 5, A231599( 4n, A000217(4n)/2 ) = A231599(20, 105) = 8, so a(5)=8.
For n = 5, A086376(4n) = A086376(20) = 8, so a(5)=8.
		

Crossrefs

Formula

a(n) = A231599( 4n, A000217(4n)/2 ) = A086376(4n).