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.

A238958 The number of nodes at odd level in divisor lattice in graded colexicographic order.

This page as a plain text file.
%I A238958 #14 Apr 01 2020 20:15:32
%S A238958 0,1,1,2,2,3,4,2,4,4,6,8,3,5,6,8,9,12,16,3,6,7,8,10,12,13,16,18,24,32,
%T A238958 4,7,9,10,12,15,16,18,20,24,27,32,36,48,64,4,8,10,12,12,14,18,20,22,
%U A238958 24,24,30,32,36,40,40,48,54,64,72,96,128
%N A238958 The number of nodes at odd level in divisor lattice in graded colexicographic order.
%H A238958 Andrew Howroyd, <a href="/A238958/b238958.txt">Table of n, a(n) for n = 0..2713</a> (rows 0..20)
%H A238958 S.-H. Cha, E. G. DuCasse, and L. V. Quintas, <a href="http://arxiv.org/abs/1405.5283">Graph Invariants Based on the Divides Relation and Ordered by Prime Signatures</a>, arxiv:1405.5283 [math.NT], 2014.
%F A238958 T(n,k) = A056924(A036035(n,k)).
%F A238958 From _Andrew Howroyd_, Apr 01 2020: (Start)
%F A238958 T(n,k) = A074139(n,k) - A238957(n,k).
%F A238958 T(n,k) = floor(A074139(n,k)/2). (End)
%e A238958 Triangle T(n,k) begins:
%e A238958   0;
%e A238958   1;
%e A238958   1, 2;
%e A238958   2, 3, 4;
%e A238958   2, 4, 4, 6,  8;
%e A238958   3, 5, 6, 8,  9, 12, 16;
%e A238958   3, 6, 7, 8, 10, 12, 13, 16, 18, 24, 32;
%e A238958   ...
%o A238958 (PARI) \\ here b(n) is A056924.
%o A238958 b(n)={numdiv(n)\2}
%o A238958 N(sig)={prod(k=1, #sig, prime(k)^sig[k])}
%o A238958 Row(n)={apply(s->b(N(s)), [Vecrev(p) | p<-partitions(n)])}
%o A238958 { for(n=0, 8, print(Row(n))) } \\ _Andrew Howroyd_, Apr 01 2020
%Y A238958 Cf. A056924 in graded colexicographic order.
%Y A238958 Cf. A036035, A074139, A238957, A238971.
%K A238958 nonn,tabf
%O A238958 0,4
%A A238958 _Sung-Hyuk Cha_, Mar 07 2014
%E A238958 Offset changed and terms a(50) and beyond from _Andrew Howroyd_, Apr 01 2020