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!)
A127627 Triangle T(n,k) = A054525(n,k)*A018804(k), read by rows 1<=k<=n. 1
1, -1, 3, -1, 0, 5, 0, -3, 0, 8, -1, 0, 0, 0, 9, 1, -3, -5, 0, 0, 15, -1, 0, 0, 0, 0, 0, 13, 0, 0, 0, -8, 0, 0, 0, 20, 0, 0, -5, 0, 0, 0, 0, 0, 21, 1, -3, 0, 0, -9, 0, 0, 0, 0, 27, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 3, 0, -8, 0, -15, 0, 0, 0, 0, 0, 40 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
T(n,1) = A008683(n).
T(n,n) = A018804(n).
EXAMPLE
First few rows of the triangle are:
1;
-1, 3;
-1, 0, 5;
0, -3, 0, 8;
-1, 0, 0, 0, 9;
1, -3,-5, 0, 0, 15;
...
MAPLE
A018804 := proc(n)
sum(igcd(n, j), j=1..n):
end proc:
A127627 := proc(n, k)
A054525(n, k)*A018804(k) ;
end proc: # R. J. Mathar, Oct 21 2012
CROSSREFS
Cf. A054525, A018804, A029935 (row sums).
Sequence in context: A045406 A143468 A133728 * A154792 A185911 A187954
KEYWORD
tabl,easy,sign
AUTHOR
Gary W. Adamson, Jan 20 2007
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 10 05:09 EDT 2024. Contains 372356 sequences. (Running on oeis4.)