login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A238950 The number of arcs from even to odd level vertices in divisor lattice D(n). 4
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
LINKS
S.-H. Cha, E. G. DuCasse, and L. V. Quintas, Graph Invariants Based on the Divides Relation and Ordered by Prime Signatures, arXiv:1405.5283 [math.NT], 2014 (see 11th line in Table 1).
FORMULA
a(n) = A062799(n)-A238951(n). - Eq. (2.37) [Cha] - R. J. Mathar, May 27 2017
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
CROSSREFS
Cf. A038548.
Sequence in context: A116933 A354060 A194448 * A088433 A335434 A348379
KEYWORD
nonn
AUTHOR
Sung-Hyuk Cha, Mar 07 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 07:33 EDT 2024. Contains 371922 sequences. (Running on oeis4.)