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!)
A360079 Finite differences of Moebius function for the floor quotient poset. 2
1, -2, 0, 1, 0, 1, 0, -1, 1, 0, 0, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1, 0, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) = mu(n) - mu(n-1), where mu(n) = A360078(n) is the Moebius function of the floor quotient poset.
LINKS
J.-P. Cardinal, Symmetric matrices related to the Mertens function, arXiv:0811.3701 [math.NT], 2008.
J. C. Lagarias and D. H. Richman, The floor quotient partial order, arXiv:2212.11689 [math.NT], 2022.
MATHEMATICA
LinearSolve[Table[If[Floor[i/j] > Floor[i/(j + 1)], 1, 0], {i, n}, {j, n}] . Table[If[i >= j, 1, 0], {i, n}, {j, n}], UnitVector[n, 1]]
PROG
(PARI) seq(n)={my(v=vector(n)); v[1]=1; for(n=2, #v, my(S=Set(vector(n-1, k, n\(k+1)))); v[n]=-sum(i=1, #S, v[S[i]])); vector(#v, i, v[i]-if(i>1, v[i-1]))} \\ Andrew Howroyd, Jan 24 2023
CROSSREFS
Sequence in context: A292242 A280800 A083889 * A127523 A364389 A116927
KEYWORD
sign
AUTHOR
Harry Richman, Jan 24 2023
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 July 16 08:10 EDT 2024. Contains 374345 sequences. (Running on oeis4.)