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

A157339 Quadrisection A157334(4n+3).

Original entry on oeis.org

5, 6, 5, 15, 5, 6, 5, 19, 5, 6, 5, 15, 5, 6, 5, 43, 5, 6, 5, 15, 5, 6, 5, 19, 5, 6, 5, 15, 5, 6, 5, 44, 5, 6, 5, 15, 5, 6, 5, 19, 5, 6, 5, 15, 5, 6, 5, 43, 5, 6, 5, 15, 5, 6, 5, 19, 5, 6, 5, 15, 5, 6, 5, 47, 5, 6, 5, 15, 5, 6, 5, 19, 5, 6, 5, 15, 5, 6, 5, 43, 5, 6, 5, 15, 5, 6, 5, 19, 5, 6, 5, 15, 5, 6, 5, 44
Offset: 0

Views

Author

Paul Curtz, Feb 27 2009

Keywords

Comments

The sequence of the first differences of a quadrisection of A157276, that is A157276(4n+4)-A157276(4n), has the same first 15 terms as this sequence here, and then starts to differ.

Crossrefs

Extensions

Edited and extended by R. J. Mathar, Apr 10 2009

A157644 Indices of 3's in A090822.

Original entry on oeis.org

9, 18, 28, 37, 41, 45, 46, 56, 65, 75, 84, 88, 92, 93, 97, 107, 116, 126, 135, 139, 143, 144, 154, 163, 173, 182, 186, 190, 191, 195, 199, 203, 204, 208, 212, 216, 217, 218, 219, 229, 238, 248, 257, 261, 265, 266, 276, 285, 295, 304, 308, 312, 313, 317, 327, 336, 346, 355
Offset: 1

Views

Author

Paul Curtz, Mar 03 2009

Keywords

Comments

There is a group a(i+39) = a(i)+220 for i=1,..,39, then a group a(i+39)=a(i)+220 for i=40,...,78; these correlations become irregular later in the sequence.

Crossrefs

Programs

  • Mathematica
    Clear[a]; reversed = {a[2] = 1, a[1] = 1}; blocs[len_] := Module[{bloc1, par, pos}, bloc1 = Take[reversed, len]; par = Partition[reversed, len]; pos = Position[par, bloc_ /; bloc != bloc1, 1, 1]; If[pos == {}, Length[par], pos[[1, 1]] - 1]]; a[n_] := a[n] = Module[{an}, an = Table[{blocs[len], len}, {len, 1, Quotient[n - 1, 2]}] // Sort // Last // First; PrependTo[reversed, an]; an]; Position[Table[a[n], {n, 1, 355}], 3] // Flatten (* Jean-François Alcover, Mar 25 2013 *)

Extensions

Extended by R. J. Mathar, Mar 15 2009

A157645 A157644(n+39)-A157644(n).

Original entry on oeis.org

220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 221, 221, 221, 221, 221, 221, 221, 221, 221, 221, 221, 221
Offset: 1

Views

Author

Paul Curtz, Mar 03 2009

Keywords

Comments

39 220's, then 39 221's, then 40 220's, then 2 215's, then one 214, then one 215, then 2 220's...

Crossrefs

Cf. A157334.

Extensions

Keyword:less added by R. J. Mathar, Nov 22 2009
Showing 1-3 of 3 results.