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.

A162784 a(n) = (A048883(n)+1)/2.

Original entry on oeis.org

1, 2, 2, 5, 2, 5, 5, 14, 2, 5, 5, 14, 5, 14, 14, 41, 2, 5, 5, 14, 5, 14, 14, 41, 5, 14, 14, 41, 14, 41, 41, 122, 2, 5, 5, 14, 5, 14, 14, 41, 5, 14, 14, 41, 14, 41, 41, 122, 5, 14, 14, 41, 14, 41, 41, 122, 14, 41, 41, 122, 41, 122, 122, 365, 2, 5, 5, 14
Offset: 0

Views

Author

Omar E. Pol, Jul 19 2009, Jul 23 2009

Keywords

Comments

Rows of A079318 when written as a triangle converge to this sequence.

Examples

			If written as a triangle:
1;
2;
2,5;
2,5,5,14;
2,5,5,14,5,14,14,41;
2,5,5,14,5,14,14,41,5,14,14,41,14,41,41,122;
		

Crossrefs

Programs

  • Mathematica
    a048883[n_] := 3^DigitCount[n, 2, 1];
    a[n_] := (a048883[n] + 1)/2;
    Array[a, 70, 0] (* Jean-François Alcover, Nov 15 2017 *)

Formula

a(n) = A151712(n)/2.

Extensions

More terms from Max Alekseyev, Feb 23 2012