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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A130799 Triangle read by rows in which row n (n>=3) list the anti-divisors of n. 7
2, 3, 2, 3, 4, 2, 3, 5, 3, 5, 2, 6, 3, 4, 7, 2, 3, 7, 5, 8, 2, 3, 5, 9, 3, 4, 9, 2, 6, 10, 3, 11, 2, 3, 5, 7, 11, 4, 5, 7, 12, 2, 3, 13, 3, 8, 13, 2, 6, 14, 3, 4, 5, 9, 15, 2, 3, 5, 9, 15, 7, 16, 2, 3, 7, 10, 17, 3, 4, 17, 2, 5, 6, 11, 18, 3, 5, 8, 11, 19, 2, 3, 19, 4, 12, 20, 2, 3, 7 (list; graph; refs; listen; history; internal format)
OFFSET

3,1

COMMENTS

A066272 gives the number of terms in each row.

See A066272 for definition of anti-divisor.

LINKS

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

Diana Mecum, Rows 3 through 500

EXAMPLE

Anti-divisors of 3 through 20:

3: 2

4: 3

5: 2, 3

6: 4

7: 2, 3, 5

8: 3, 5

9: 2, 6

10: 3, 4, 7

11: 2, 3, 7

12: 5, 8

13: 2, 3, 5, 9

14: 3, 4, 9

15: 2, 6, 10

16: 3, 11

17: 2, 3, 5, 7, 11

18: 4, 5, 7, 12

19: 2, 3, 13

20: 3, 8, 13

MATHEMATICA

f[n_] := Complement[ Sort@ Join[ Select[ Union@ Flatten@ Divisors[{2 n - 1, 2 n + 1}], OddQ@ # && # < n &], Select[ Divisors[2 n], EvenQ@ # && # < n &]], Divisors@ n]; Flatten@ Table[ f@n, {n, 3, 32}] (* Robert G. Wilson v (rgwv(AT)rgwv.com), Jul 17 2007 *)

CROSSREFS

Sequence in context: A003051 A097352 A076050 * A106383 A175794 A105500

Adjacent sequences:  A130796 A130797 A130798 * A130800 A130801 A130802

KEYWORD

nonn,tabf

AUTHOR

Diana Mecum (diana.mecum(AT)gmail.com), Jul 17 2007

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 16 02:51 EST 2012. Contains 205860 sequences.