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!)
A341829 Irregular triangle read by rows: the n-th row gives the x-values of the solutions of the equation x*(y - 1) + (2*x - y - 1)*(x mod 2) = 2*n for 0 < x <= y. 3
2, 2, 2, 2, 3, 2, 3, 2, 3, 4, 2, 3, 2, 3, 4, 2, 3, 2, 3, 4, 2, 3, 2, 3, 4, 5, 2, 3, 2, 3, 4, 5, 2, 3, 6, 2, 3, 4, 5, 2, 3, 2, 3, 4, 5, 6, 2, 3, 2, 3, 4, 5, 2, 3, 6, 2, 3, 4, 5, 2, 3, 2, 3, 4, 5, 6, 7, 2, 3, 2, 3, 4, 5, 2, 3, 6, 7, 2, 3, 4, 5, 8, 2, 3, 2, 3, 4, 5, 6, 7 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Equivalently, the n-th row gives the column indices corresponding to 2*n + 1 in the triangle A340804.
LINKS
Stefano Spezia, Table of n, a(n) for n = 1..10175 (first 1500 rows of the triangle, flattened).
EXAMPLE
Triangle begins:
2
2
2
2 3
2 3
2 3 4
2 3
2 3 4
2 3
2 3 4
2 3
2 3 4 5
2 3
2 3 4 5
2 3 6
2 3 4 5
2 3
2 3 4 5 6
...
MATHEMATICA
Table[Union[2Intersection[Divisors[n], Table[d, {d, Floor[(1+Sqrt[1+8n])/4]}]], 2Intersection[Divisors[n], Table[d, {d, Floor[(Sqrt[1+2n]-1)/2]}]]+1], {n, 30}]//Flatten
CROSSREFS
Cf. A005843, A340804, A340805 (row length or solutions number), A341830 (y-values).
Sequence in context: A057525 A331362 A139325 * A344888 A216325 A322868
KEYWORD
nonn,tabf
AUTHOR
Stefano Spezia, Feb 21 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 August 28 05:00 EDT 2024. Contains 375477 sequences. (Running on oeis4.)