login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A152454 Irregular triangle in which row n lists the numbers whose proper divisors sum to n. 1
4, 9, 6, 25, 8, 10, 49, 15, 14, 21, 121, 27, 35, 22, 169, 16, 33, 12, 26, 39, 55, 289, 65, 77, 34, 361, 18, 51, 91, 20, 38, 57, 85, 529, 95, 119, 143, 46, 69, 133, 28, 115, 187, 841, 32, 125, 161, 209, 221, 58, 961, 45, 87, 247, 62, 93, 145, 253, 24, 155, 203, 299, 323, 1369 (list; graph; refs; listen; history; internal format)
OFFSET

2,1

COMMENTS

In an aliquot sequence, all numbers in row n can be predecessors of n. This sequence is a permutation of the composite numbers; number k appears in row A001065(k). We start with n=2 because every prime would be in row 1. Note that row 2 is empty -- as are all the rows listed in A005114. Row n contains A048138(n) numbers. When n is prime, the largest number in row n+1 is n^2. When n>7 is odd, the largest number in row n is less than ((n-1)/2)^2 and (if a strong form of the Goldbach conjecture is true) has the form pq, with primes p<q and p+q=n-1.

LINKS

T. D. Noe, Rows n=2..1000 of triangle, flattened

MATHEMATICA

nn=100; s=Table[{}, {nn}]; Do[k=DivisorSigma[1, n]-n; If[1<k<=nn, AppendTo[s[[k]], n]], {n, nn^2}]; Flatten[s]

CROSSREFS

A098007, A135244, A135245

Sequence in context: A095065 A061207 A140694 * A074767 A016097 A083717

Adjacent sequences:  A152451 A152452 A152453 * A152455 A152456 A152457

KEYWORD

nonn,tabf

AUTHOR

T. D. Noe (noe(AT)sspectra.com), Dec 05 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 10:53 EST 2012. Contains 205459 sequences.