Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A159923
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A159923 Rectangular array read by antidiagonals: a(m,n) = greatest non-composite (1 or prime) that divides both m and n. +0
1
1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 2, 3, 2, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 2, 1, 1, 1, 3, 1, 1, 3, 1, 1, 1, 2, 1, 2, 5, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 2, 1, 3, 1, 2, 3, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 2, 7, 2, 1, 2, 1, 2, 1, 1, 1, 3, 1, 5, 3, 1, 1, 3, 5, 1, 3, 1, 1 (list; table; graph; listen)
OFFSET

1,5

COMMENT

The array is symmetric along the diagonal; so there is a triangular version with the same amount of information which reads the array along rows up to the diagonal: 1,1,2,1,1,3,1,2,1,2,1,1,1,1,5,1,... [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 29 2009]

MAPLE

A159923 := proc(n, m) local g; for g from max(n, m) to 2 by -1 do if isprime(g) and (n mod g) = 0 and (m mod g) = 0 then RETURN(g) ; fi; od: RETURN(1) ; end: for d from 2 to 22 do for m from 1 to d-1 do n := d-m ; printf("%d, ", A159923(n, m)) ; od: od: [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 29 2009]

CROSSREFS

Sequence in context: A053632 A124060 A140194 this_sequence A003989 A091255 A135303

Adjacent sequences: A159920 A159921 A159922 this_sequence A159924 A159925 A159926

KEYWORD

nonn,tabl

AUTHOR

Leroy Quet (q1qq2qqq3qqqq(AT)yahoo.com), Apr 26 2009

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 29 2009

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research