Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A131504
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A131504 Array read by antidiagonals: a(m,n) = m-th integer from among those positive integers which are coprime to (m*n). +0
1
1, 1, 3, 1, 3, 4, 1, 5, 7, 7, 1, 3, 4, 7, 6, 1, 3, 7, 11, 11, 17, 1, 5, 4, 7, 8, 17, 8, 1, 3, 7, 9, 11, 17, 15, 15, 1, 3, 4, 11, 6, 17, 11, 15, 13, 1, 5, 7, 9, 17, 19, 15, 23, 25, 23, 1, 3, 4, 7, 6, 17, 9, 15, 13, 23, 12, 1, 3, 11, 11, 11, 19, 23, 19, 25, 37, 23, 35, 1, 5, 4, 9, 8, 17, 8, 23, 16 (list; table; graph; listen)
OFFSET

1,3

EXAMPLE

For example:

a(6,5) = 19 because the positive integers which are coprime to (5*6) are 1,7,11,13,17,19,23,29,..., and the 6th of these is 19.

Array begins:

1, 3, 4, 7, 6,17, 8,15,13,23,12,35,14,...

1, 3, 7, 7,11,17,15,15,25,23,23,35,27,...

1, 5, 4,11, 8,17,11,23,13,37,17,35,20,...

1, 3, 7, 7,11,17,15,15,25,23,23,35,27,...

1, 3, 4, 9, 6,19, 9,19,16,23,14,43,17,...

1, 5, 7,11,17,17,23,23,25,37,35,35,41,...

1, 3, 4, 9, 6,19, 8,17,16,29,13,41,16,...

1, 3, 7, 7,11,17,15,15,25,23,23,35,27,...

1, 5, 4,11, 8,17,11,23,13,37,17,35,20,...

1, 3,11, 9,11,19,19,19,31,23,29,43,33,...

1, 3, 4, 7, 6,19, 8,17,14,27,12,37,15,...

1, 5, 7,11,17,17,23,23,25,37,35,35,41,...

MAPLE

A131504 := proc(n, m) local mn, a, k ; mn := m*n ; k := 1; for a from 1 do if gcd(a, mn) = 1 then if k = m then RETURN(a) ; fi ; k := k+1 ; fi ; od: end: for d from 1 to 14 do for m from 1 to d do printf("%d, ", A131504(d+1-m, m)) ; od: od: - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 26 2007

CROSSREFS

Cf. A069213.

Sequence in context: A104765 A064884 A093560 this_sequence A008311 A081772 A050121

Adjacent sequences: A131501 A131502 A131503 this_sequence A131505 A131506 A131507

KEYWORD

nonn,tabl

AUTHOR

Leroy Quet (qq-quet(AT)mindspring.com), Aug 13 2007

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 26 2007

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 August 29 17:54 EDT 2008. Contains 143238 sequences.


AT&T Labs Research