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!)
A340791 Irregular triangle read by rows in which row n lists the positive divisors of n that are >= sqrt(n) in decreasing order. 2
1, 2, 3, 4, 2, 5, 6, 3, 7, 8, 4, 9, 3, 10, 5, 11, 12, 6, 4, 13, 14, 7, 15, 5, 16, 8, 4, 17, 18, 9, 6, 19, 20, 10, 5, 21, 7, 22, 11, 23, 24, 12, 8, 6, 25, 5, 26, 13, 27, 9, 28, 14, 7, 29, 30, 15, 10, 6, 31, 32, 16, 8, 33, 11, 34, 17, 35, 7, 36, 18, 12, 9, 6, 37, 38, 19 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Reversing rows gives A161908.
LINKS
EXAMPLE
Triangle begins:
1
2
3
4 2
5
6 3
7
8 4
9 3
10 5
11
12 6 4
13
14 7
15 5
16 8 4
17
18 9 6
19
20 10 5
21 7
22 11
23
24 12 8 6
PROG
(PARI) row(n) = Vecrev(select(x->(x>=sqrt(n)), divisors(n))); \\ Michel Marcus, Jan 22 2021
CROSSREFS
Cf. A038548 (row widths), A160180 (second column), A161908 (rows reversed), A340792.
Sequence in context: A286547 A157000 A026346 * A369422 A361020 A368693
KEYWORD
nonn,tabf
AUTHOR
Charles Kusniec, Jan 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 April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)