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!)
A341736 a(n) is the label of the square of the n-th element in the semigroup S = {(0,0), (i,j): i >= j >= 1}. 3
0, 1, 7, 10, 37, 40, 45, 121, 124, 129, 136, 301, 304, 309, 316, 325, 631, 634, 639, 646, 655, 666, 1177, 1180, 1185, 1192, 1201, 1212, 1225, 2017, 2020, 2025, 2032, 2041, 2052, 2065, 2080, 3241, 3244, 3249, 3256, 3265, 3276, 3289, 3304, 3321, 4951, 4954, 4959 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
The product in S is computed componentwise.
For the labeling of the elements in S and further information see A341317.
LINKS
FORMULA
a(n) = A341317(n,n) = A341318(n,n).
a(A000217(n)) = A037270(n) = A000217(A000290(n)).
MAPLE
t:= n-> n*(n-1)/2:
f:= n-> ceil((sqrt(1+8*n)-1)/2):
g:= n-> (x-> [x, n-t(x)])(f(n)):
a:= n-> (h-> t(h[1]^2)+h[2]^2)(g(n)):
seq(a(n), n=0..60);
MATHEMATICA
t[n_] := n*(n - 1)/2;
f[n_] := Ceiling[(Sqrt[1 + 8*n] - 1)/2];
g[n_] := Function[x, {x, n - t[x]}][f[n]];
a[n_] := Function[h, t[h[[1]]^2] + h[[2]]^2][g[n]];
Table[a[n], {n, 0, 60}] (* Jean-François Alcover, Feb 26 2022, after Alois P. Heinz *)
CROSSREFS
Main diagonal of A341317 and of A341318.
Sequence in context: A095756 A241251 A126076 * A258284 A099579 A056521
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Feb 17 2021
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 23 10:34 EDT 2024. Contains 372760 sequences. (Running on oeis4.)