The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A129559 A054523 * A115361. 2

%I #9 Feb 18 2022 22:47:01

%S 1,2,1,2,0,1,4,2,0,1,4,0,0,0,1,4,2,2,0,0,1,6,0,0,0,0,0,1,8,4,0,2,0,0,

%T 0,1,6,0,2,0,0,0,0,0,1,8,4,0,0,2,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,1,8,4,

%U 4,2,0,2,0,0,0,0,0,1,12,0,0,0,0,0,0,0,0,0,0,0,1

%N A054523 * A115361.

%C row sums = A129527: (1, 3, 3, 7, 5, 9, 7, 15, ...). Left column = phi(2*n), A062570: (1, 2, 2, 4, 4, 4, 6, 8, ...).

%H Andrew Howroyd, <a href="/A129559/b129559.txt">Table of n, a(n) for n = 1..1275</a>

%F Equals A054523 * A115361 as infinite lower triangular matrices.

%F T(n,k) = phi(2*n/k) for k | n, T(n,k) = 0 otherwise. - _Andrew Howroyd_, Aug 07 2018

%e First few rows of the triangle:

%e 1;

%e 2, 1;

%e 2, 0, 1;

%e 4, 2, 0, 1;

%e 4, 0, 0, 0, 1;

%e 4, 2, 2, 0, 0, 1;

%e 6, 0, 0, 0, 0, 0, 1;

%e 8, 4, 0, 2, 0, 0, 0, 1;

%e ...

%o (PARI) T(n, k)=if(n%k, 0, eulerphi(2*n/k)) \\ _Andrew Howroyd_, Aug 07 2018

%Y Column 1 is A062570.

%Y Row sums are A129527 (inverse Moebius transform of A062570).

%Y Cf. A054523, A115361.

%K nonn,tabl

%O 1,2

%A _Gary W. Adamson_, Apr 20 2007

%E Terms a(56) and beyond from _Andrew Howroyd_, Aug 07 2018

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 15 09:20 EDT 2024. Contains 372540 sequences. (Running on oeis4.)