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-4 of 4 results.

A074286 Partial sum of the Kolakoski sequence (A000002) minus n.

Original entry on oeis.org

0, 1, 2, 2, 2, 3, 3, 4, 5, 5, 6, 7, 7, 7, 8, 8, 8, 9, 10, 10, 11, 11, 11, 12, 12, 13, 14, 14, 14, 15, 15, 15, 16, 16, 17, 18, 18, 19, 20, 20, 20, 21, 21, 22, 23, 23, 24, 24, 24, 25, 25, 25, 26, 27, 27, 28, 29, 29, 29, 30, 30, 31, 32, 32, 33, 34, 34, 34, 35, 35
Offset: 1

Views

Author

Jon Perry, Sep 21 2002

Keywords

Comments

a(n) is the number of 2's in the Kolakoski word of length n (see first formula below). - Jean-Christophe Hervé, Oct 05 2014

Examples

			The Kolakoski sequence is 1, 2, 2, 1, 1, 2, 1, 2, 2, 1, 2, 2, 1, 1, 2, 1, 1, 2, 2, 1, 2, ...; the partial sums are 1, 3, 5, 6, 7, 9, ..., so the sequence is 1-1=0, 3-2=1, 5-3=2, 6-4=2, 7-5=2, 9-6=3, ... .
		

Crossrefs

Cf. A000002 (Kolakoski sequence), A054353 (partial sums of K. sequence), A156077 (number of 1's in K. sequence).
Essentially partial sums of A157686.

Programs

  • Mathematica
    a2 = {1, 2, 2}; Do[ a2 = Join[a2, {1 + Mod[n - 1, 2]}], {n, 3, 50}, {a2[[n]]}]; a3 = Accumulate[a2]; a3 - Range[Length[a3]] (* Jean-François Alcover, Jun 18 2013 *)

Formula

a(n)=#{1<=k<=n : A000002(k)=2}. - Benoit Cloitre, Feb 03 2009
a(n) = A054353(n) - n. - Nathaniel Johnston, May 02 2011
a(n) = n - A156077(n). - Jean-Christophe Hervé, Oct 05 2014

Extensions

Corrected offset from Nathaniel Johnston, May 02 2011

A157684 a(n)=#{1<=k<=n : [K(k),K(k+1)]=[1,2]} where K=A000002.

Original entry on oeis.org

1, 1, 1, 1, 2, 2, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 9, 9, 9, 9, 10, 10, 10, 11, 11, 12, 12, 12, 13, 13, 13, 13, 14, 14, 15, 15, 15, 16, 16, 16, 17, 17, 17, 18, 18, 18, 19, 19, 19, 19, 20, 20, 21, 21, 21, 22, 22, 22, 22, 23, 23, 23, 24, 24, 25, 25, 25, 26, 26, 26, 27
Offset: 1

Views

Author

Benoit Cloitre, Mar 04 2009

Keywords

Comments

Presumably a(n)=n/3+o(n)

Crossrefs

Programs

Formula

a(n)=sum(k=1,n,(K(k+1)-1)*(K(k+1)-K(k))) where K(k)=A000002(k).

A157685 a(n)=#{1<=k<=n : [K(k),K(k+1)]=[2,1]} where K=A000002.

Original entry on oeis.org

0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 4, 5, 5, 5, 5, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 10, 10, 10, 11, 11, 11, 12, 12, 12, 13, 13, 13, 14, 14, 14, 15, 15, 16, 16, 16, 17, 17, 17, 17, 18, 18, 18, 19, 19, 19, 20, 20, 20, 21, 21, 21, 22, 22, 22, 23, 23, 23, 24, 24, 24, 25, 25, 26, 26, 26
Offset: 1

Views

Author

Benoit Cloitre, Mar 04 2009

Keywords

Comments

Presumably a(n)=n/3+o(n)

Crossrefs

Programs

Formula

a(n)=sum(k=1,n,(1-K(k))*(K(k+1)-K(k))) where K(k)=A000002(k).

A157687 a(n) = n - A054353(A156351(n)).

Original entry on oeis.org

0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0
Offset: 1

Views

Author

Benoit Cloitre, Mar 04 2009

Keywords

Crossrefs

Formula

a(n) = 1 iff n is in A078649, a(n) = 0 iff n is in A054353.
a(n) = n-A054353(A157684(n)+A157685(n)).
a(n) = 1 - A156728(n). - Alan Michael Gómez Calderón, Dec 19 2024
Showing 1-4 of 4 results.