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!)
A113793 Triangle T(n,m) read by rows: T(n,m) = phi(n - m + 1) * phi(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; text; internal format)
OFFSET
1,4
COMMENTS
Row sums are 1, 2, 5, 8, 16, 20, 36, 44, 68, 76, 120, ...
LINKS
FORMULA
T(n,m) = phi(n - m + 1) * phi(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 * A289499 A215904 A083552
KEYWORD
nonn,tabl
AUTHOR
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 17:02 EDT 2024. Contains 371962 sequences. (Running on oeis4.)