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!)
A327785 Square array read by antidiagonals: A(n,k) = Sum_{d|n} (k/d), (n>=1, k>=0), where (m/n) is the Kronecker symbol. 1
1, 1, 1, 1, 2, 1, 1, 1, 2, 1, 1, 0, 0, 3, 1, 1, 1, 1, 1, 2, 1, 1, 0, 2, 1, 0, 4, 1, 1, 1, 0, 1, 0, 0, 2, 1, 1, 2, 1, 1, 2, 0, 2, 4, 1, 1, 1, 2, 1, 1, 2, 0, 1, 3, 1, 1, 2, 0, 3, 2, 0, 2, 0, 1, 4, 1, 1, 1, 1, 1, 0, 1, 0, 1, 1, 0, 2, 1, 1, 0, 2, 3, 0, 4, 0, 0, 3, 0, 0, 6, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
EXAMPLE
Square array begins:
1, 1, 1, 1, 1, 1, 1, 1, ...
1, 2, 1, 0, 1, 0, 1, 2, ...
1, 2, 0, 1, 2, 0, 1, 2, ...
1, 3, 1, 1, 1, 1, 1, 3, ...
1, 2, 0, 0, 2, 1, 2, 0, ...
1, 4, 0, 0, 2, 0, 1, 4, ...
1, 2, 2, 0, 2, 0, 0, 1, ...
1, 4, 1, 0, 1, 0, 1, 4, ...
MATHEMATICA
A[n_, k_] := Sum[KroneckerSymbol[k, d], {d, Divisors[n]}];
Table[A[n - k, k], {n, 1, 13}, {k, n - 1, 0, -1}] // Flatten (* Jean-François Alcover, Sep 25 2019 *)
CROSSREFS
Cf. A215200.
Sequence in context: A365658 A116861 A340032 * A105242 A336709 A221362
KEYWORD
nonn,tabl
AUTHOR
Seiichi Manyama, Sep 25 2019
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 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)