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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A118233 Triangle, read by rows, equal to the matrix square of triangle A054431. 2
1, 2, 1, 2, 0, 1, 4, 2, 2, 1, 2, 0, 0, 0, 1, 6, 3, 3, 2, 2, 1, 4, 0, 2, 0, 2, 0, 1, 6, 3, 2, 2, 3, 0, 2, 1, 4, 0, 3, 0, 1, 0, 2, 0, 1, 10, 5, 6, 4, 5, 2, 4, 2, 2, 1, 4, 0, 1, 0, 3, 0, 2, 0, 0, 0, 1, 12, 6, 7, 5, 7, 3, 6, 3, 3, 2, 2, 1, 6, 0, 3, 0, 3, 0, 2, 0, 2, 0, 2, 0, 1, 8, 4, 3, 3, 4, 0, 4, 2, 1, 0, 3, 0, 2 (list; table; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Describes the sequence transformation of triangle A054431 iterated twice. Also, equals the matrix inverse of triangle A118231.

FORMULA

Column 1: T(n,1) = phi(n). Column 2: T(2*n-1,2) = 0; T(2*n,2) = phi(2*n+1)/2. Column 3: T(3*n-1) = phi(3*n)/2 - 1. Column 4: T(2*n-1,4) = 0; T(2*n,4) = phi(2*n+1)/2 - 1.

EXAMPLE

Triangle begins:

1;

2, 1;

2, 0, 1;

4, 2, 2, 1;

2, 0, 0, 0, 1;

6, 3, 3, 2, 2, 1;

4, 0, 2, 0, 2, 0, 1;

6, 3, 2, 2, 3, 0, 2, 1;

4, 0, 3, 0, 1, 0, 2, 0, 1;

10, 5, 6, 4, 5, 2, 4, 2, 2, 1;

4, 0, 1, 0, 3, 0, 2, 0, 0, 0, 1;

12, 6, 7, 5, 7, 3, 6, 3, 3, 2, 2, 1;

6, 0, 3, 0, 3, 0, 2, 0, 2, 0, 2, 0, 1;

8, 4, 3, 3, 4, 0, 4, 2, 1, 0, 3, 0, 2, 1; ...

where column 1 forms Euler totient function phi(n).

PROG

(PARI) {T(n, k)=local(M=matrix(n, n, r, c, if(r>=c, if(gcd(r-c+1, c)==1, 1, 0)))^2); M[n, k]}

CROSSREFS

Cf. A054431, A118231 (matrix inverse).

Sequence in context: A129680 A118231 A166453 * A181117 A159955 A053838

Adjacent sequences:  A118230 A118231 A118232 * A118234 A118235 A118236

KEYWORD

nonn,tabl

AUTHOR

Leroy Quet, Paul D. Hanna (pauldhanna(AT)juno.com), Apr 16 2006

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 17 09:30 EST 2012. Contains 206009 sequences.