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.

A238950 Number of arcs from even to odd level vertices in divisor lattice D(n).

Original entry on oeis.org

0, 1, 1, 1, 1, 2, 1, 2, 1, 2, 1, 4, 1, 2, 2, 2, 1, 4, 1, 4, 2, 2, 1, 5, 1, 2, 2, 4, 1, 6, 1, 3, 2, 2, 2, 6, 1, 2, 2, 5, 1, 6, 1, 4, 4, 2, 1, 7, 1, 4, 2, 4, 1, 5, 2, 5, 2, 2, 1, 10, 1, 2, 4, 3, 2, 6, 1, 4, 2, 6, 1, 9, 1, 2, 4, 4, 2, 6, 1, 7, 2, 2, 1, 10, 2, 2
Offset: 1

Views

Author

Sung-Hyuk Cha, Mar 07 2014

Keywords

Crossrefs

Programs

  • Maple
    read("transforms") :
    omega := [seq(A001221(n), n=1..1000)] :
    ones := [seq(1,n=1..1000)] :
    a062799 := DIRICHLET(ones,omega) ;
    for n from 1 do
        a238951 := floor(op(n,a062799)/2) ;
        a238950 := op(n,a062799)-floor(op(n,a062799)/2) ;
        printf("%d %d\n",n,a238950) ;
    end do: # R. J. Mathar, May 28 2017

Formula

a(n) = A062799(n) - A238951(n). - Eq. (2.37) [Cha] - R. J. Mathar, May 27 2017
a(n) = (A062799(n) + A358769(n))/2. - Ridouane Oudra, May 16 2025

A238960 The number of arcs from odd to even level vertices in divisor lattice in graded colexicographic order.

Original entry on oeis.org

0, 0, 1, 2, 1, 3, 6, 2, 5, 6, 10, 16, 2, 6, 8, 14, 16, 26, 40, 3, 8, 11, 12, 18, 23, 27, 36, 42, 64, 96, 3, 9, 13, 15, 22, 29, 32, 37, 46, 58, 67, 88, 102, 152, 224, 4, 11, 16, 19, 20, 26, 36, 41, 48, 52, 56, 74, 80, 93, 108, 112, 140, 162, 208, 240, 352, 512
Offset: 0

Views

Author

Sung-Hyuk Cha, Mar 07 2014

Keywords

Examples

			Triangle T(n,k) begins:
  0;
  0;
  1, 2;
  1, 3,  6;
  2, 5,  6, 10, 16;
  2, 6,  8, 14, 16, 26, 40;
  3, 8, 11, 12, 18, 23, 27, 36, 42, 64, 96;
  ...
		

Crossrefs

Cf. A238951 in graded colexicographic order.

Formula

T(n,k) = A238951(A036035(n,k)).
From Andrew Howroyd, Apr 25 2020: (Start)
T(n,k) = floor(A238953(n,k)/2).
T(n,k) = A238953(n,k) - A238959(n,k). (End)

Extensions

Offset changed and terms a(50) and beyond from Andrew Howroyd, Apr 25 2020

A238973 The number of arcs from odd to even level vertices in divisor lattice in canonical order.

Original entry on oeis.org

0, 0, 1, 2, 1, 3, 6, 2, 5, 6, 10, 16, 2, 6, 8, 14, 16, 26, 40, 3, 8, 11, 18, 12, 23, 36, 27, 42, 64, 96, 3, 9, 13, 22, 15, 29, 46, 32, 37, 58, 88, 67, 102, 152, 224, 4, 11, 16, 26, 19, 36, 56, 20, 41, 48, 74, 112, 52, 80, 93, 140, 208, 108, 162, 240, 352, 512
Offset: 0

Views

Author

Sung-Hyuk Cha, Mar 07 2014

Keywords

Examples

			Triangle T(n,k) begins:
  0;
  0;
  1, 2;
  1, 3,  6;
  2, 5,  6, 10, 16;
  2, 6,  8, 14, 16, 26, 40;
  3, 8, 11, 18, 12, 23, 36, 27, 42, 64, 96;
  ...
		

Crossrefs

Cf. A238960 in canonical order.

Formula

From Andrew Howroyd, Mar 28 2020: (Start)
T(n,k) = A238951(A063008(n,k)).
T(n,k) = A238964(n,k) - A238972(n,k).
T(n,k) = floor(A238964(n,k)/2). (End)

Extensions

Offset changed and terms a(50) and beyond from Andrew Howroyd, Mar 28 2020
Showing 1-3 of 3 results.