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.

A088575 Bisection of A088567.

This page as a plain text file.
%I A088575 #16 Feb 06 2022 06:31:39
%S A088575 1,1,2,4,6,9,13,18,24,31,40,50,63,77,95,114,138,163,194,226,266,307,
%T A088575 357,408,471,535,612,690,785,881,995,1110,1248,1387,1550,1714,1908,
%U A088575 2103,2329,2556,2822,3089,3396,3704,4061,4419,4827,5236,5707,6179,6714,7250,7862
%N A088575 Bisection of A088567.
%C A088575 (1 + x^2 + x^3 + x^4 + x^5 + ...) * (1 + x + x^2 + 2x^3 + 3x^4 + ...) = (1 + x + 2x^2 + 4x^3 + 6x^4 + ...). - _Gary W. Adamson_, Jul 27 2010
%F A088575 a(n) = A088585(n) - 1 for n >= 1.
%F A088575 a(n) = a(n-1) + a(floor(n/2)) + (1-(-1)^n)/2, n > 1. - _Vladeta Jovovic_, Dec 02 2003
%Y A088575 Cf. A088567, A088585.
%K A088575 nonn
%O A088575 0,3
%A A088575 _N. J. A. Sloane_, Nov 30 2003