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!)
A366444 Triangle read by rows: T(n,k) = phi(n/k)*A023900(k) if k divides n, T(n,k) = 0 otherwise (n >= 1, 1 <= k <= n). 1
1, 1, -1, 2, 0, -2, 2, -1, 0, -1, 4, 0, 0, 0, -4, 2, -2, -2, 0, 0, 2, 6, 0, 0, 0, 0, 0, -6, 4, -2, 0, -1, 0, 0, 0, -1, 6, 0, -4, 0, 0, 0, 0, 0, -2, 4, -4, 0, 0, -4, 0, 0, 0, 0, 4, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, -10, 4, -2, -4, -2, 0, 2, 0, 0, 0, 0, 0, 2 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
Sum_{k=1..n} T(n,k) = A063524(n).
LINKS
FORMULA
T(n,k) = phi(n/k)*A023900(k) if k divides n, T(n,k) = 0 otherwise (n >= 1, 1 <= k <= n).
EXAMPLE
{
{1}, = 1
{1, -1}, = 0
{2, 0, -2}, = 0
{2, -1, 0, -1}, = 0
{4, 0, 0, 0, -4}, = 0
{2, -2, -2, 0, 0, 2}, = 0
{6, 0, 0, 0, 0, 0, -6}, = 0
{4, -2, 0, -1, 0, 0, 0, -1}, = 0
{6, 0, -4, 0, 0, 0, 0, 0, -2}, = 0
{4, -4, 0, 0, -4, 0, 0, 0, 0, 4}, = 0
{10, 0, 0, 0, 0, 0, 0, 0, 0, 0, -10}, = 0
{4, -2, -4, -2, 0, 2, 0, 0, 0, 0, 0, 2} = 0
}
MATHEMATICA
nn = 12; g[n_] := DivisorSum[n, MoebiusMu[#] # &]; Flatten[Table[Table[If[Mod[n, k] == 0, EulerPhi[n/k]*g[k], 0], {k, 1, n}], {n, 1, nn}]]
CROSSREFS
Sequence in context: A076880 A082115 A161553 * A256232 A099751 A159937
KEYWORD
sign,tabl
AUTHOR
Mats Granvik, Oct 12 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 May 9 12:21 EDT 2024. Contains 372350 sequences. (Running on oeis4.)