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!)
A132066 Irregular array: the sum of the first m terms of row n is the m-th positive divisor of n. 0
1, 1, 1, 1, 2, 1, 1, 2, 1, 4, 1, 1, 1, 3, 1, 6, 1, 1, 2, 4, 1, 2, 6, 1, 1, 3, 5, 1, 10, 1, 1, 1, 1, 2, 6, 1, 12, 1, 1, 5, 7, 1, 2, 2, 10, 1, 1, 2, 4, 8, 1, 16, 1, 1, 1, 3, 3, 9, 1, 18, 1, 1, 2, 1, 5, 10, 1, 2, 4, 14, 1, 1, 9, 11, 1, 22, 1, 1, 1, 1, 2, 2, 4, 12, 1, 4, 20, 1, 1, 11, 13, 1, 2, 6, 18, 1, 1, 2, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
COMMENTS
Row n contains A000005(n) terms.
LINKS
EXAMPLE
The positive divisors of 20 are 1,2,4,5,10,20. Row 20 of the array is 1,1,2,1,5,10. So we have 1=1; 1+1=2; 1+1+2=4; 1+1+2+1=5; 1+1+2+1+5=10; 1+1+2+1+5+10=20.
The first 10 rows:
1;
1,1;
1,2;
1,1,2;
1,4;
1,1,1,3
1,6;
1,1,2,4;
1,2,6;
1,1,3,5
MATHEMATICA
f[n_] := Block[{d}, d = Divisors[n]; d - Prepend[Most[d], 0]]; Flatten[Array[f, 40]] (* Ray Chandler, Nov 01 2007 *)
CROSSREFS
Sequence in context: A046067 A342416 A305531 * A102190 A138650 A266685
KEYWORD
nonn,tabf
AUTHOR
Leroy Quet, Oct 30 2007
EXTENSIONS
Extended by Ray Chandler, Nov 01 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 21 22:16 EDT 2024. Contains 372741 sequences. (Running on oeis4.)