login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A113793 A symmetrical triangle of weight coefficients using the Euler totient function: t(n,m)=EulerPhi[n - m + 1]*EulerPhi[m + 1]. 0
1, 1, 1, 2, 1, 2, 2, 2, 2, 2, 4, 2, 4, 2, 4, 2, 4, 4, 4, 4, 2, 6, 2, 8, 4, 8, 2, 6, 4, 6, 4, 8, 8, 4, 6, 4, 6, 4, 12, 4, 16, 4, 12, 4, 6, 4, 6, 8, 12, 8, 8, 12, 8, 6, 4, 10, 4, 12, 8, 24, 4, 24, 8, 12, 4, 10 (list; table; graph; refs; listen; history; internal format)
OFFSET

1,4

COMMENTS

Row sums are:

{1, 2, 5, 8, 16, 20, 36, 44, 68, 76, 120}

FORMULA

t(n,m)=EulerPhi[n - m + 1]*EulerPhi[m + 1].

EXAMPLE

{1},

{1, 1},

{2, 1, 2},

{2, 2, 2, 2},

{4, 2, 4, 2, 4},

{2, 4, 4, 4, 4, 2},

{6, 2, 8, 4, 8, 2, 6},

{4, 6, 4, 8, 8, 4, 6, 4},

{6, 4, 12, 4, 16, 4, 12, 4, 6},

{4, 6, 8, 12, 8, 8, 12, 8, 6, 4},

{10, 4, 12, 8, 24, 4, 24, 8, 12, 4, 10}

MATHEMATICA

t[n_, m_] = EulerPhi[n - m + 1]*EulerPhi[m + 1]; Table[Table[t[n, m], {m, 0, n}], {n, 0, 10}]; Flatten[%]

CROSSREFS

Cf. A000010.

Sequence in context: A025859 A031281 A203181 * A083552 A176835 A078704

Adjacent sequences:  A113790 A113791 A113792 * A113794 A113795 A113796

KEYWORD

nonn,tabl

AUTHOR

Roger L. Bagula and Gary W. Adamson (rlbagulatftn(AT)yahoo.com), Aug 25 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 23:34 EST 2012. Contains 205860 sequences.