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!)
A161901 Array read by rows in which row n lists the divisors of n, but if n is a square then the square root of n appears twice. 9
1, 1, 1, 2, 1, 3, 1, 2, 2, 4, 1, 5, 1, 2, 3, 6, 1, 7, 1, 2, 4, 8, 1, 3, 3, 9, 1, 2, 5, 10, 1, 11, 1, 2, 3, 4, 6, 12, 1, 13, 1, 2, 7, 14, 1, 3, 5, 15, 1, 2, 4, 4, 8, 16, 1, 17, 1, 2, 3, 6, 9, 18, 1, 19, 1, 2, 4, 5, 10, 20, 1, 3, 7, 21 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
Row n has length A161841(n). Row sums give A060866. - Omar E. Pol, Jan 06 2014
LINKS
EXAMPLE
Array begins:
....... 1,1;
....... 1,2;
....... 1,3;
..... 1,2,2,4;
....... 1,5;
..... 1,2,3,6;
....... 1,7;
..... 1,2,4,8;
..... 1,3,3,9;
..... 1,2,5,10;
....... 1,11;
... 1,2,3,4,6,12;
....... 1,13;
..... 1,2,7,14;
..... 1,3,5,15;
... 1,2,4,4,8,16;
MATHEMATICA
dsr[n_]:=If[IntegerQ[Sqrt[n]], Sort[Join[{Sqrt[n]}, Divisors[n]]], Divisors[ n]]; Array[ dsr, 30]//Flatten (* Harvey P. Dale, Sep 27 2020 *)
CROSSREFS
Sequence in context: A339443 A369323 A342655 * A102862 A029331 A037269
KEYWORD
easy,nonn,tabf
AUTHOR
Omar E. Pol, Jun 23 2009
EXTENSIONS
Keyword tabf added by R. J. Mathar, Jun 28 2009
Definition clarified by Harvey P. Dale, Sep 27 2020
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 July 16 05:19 EDT 2024. Contains 374343 sequences. (Running on oeis4.)