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!)
A217029 Array T(i,j) read by antidiagonals, where T(i,j) is the height of i/j, that is max(|m|,|n|) with m/n = i/j and gcd(m, n) = 1. 1
1, 2, 2, 3, 1, 3, 4, 3, 3, 4, 5, 2, 1, 2, 5, 6, 5, 4, 4, 5, 6, 7, 3, 5, 1, 5, 3, 7, 8, 7, 2, 5, 5, 2, 7, 8, 9, 4, 7, 3, 1, 3, 7, 4, 9, 10, 9, 8, 7, 6, 6, 7, 8, 9, 10, 11, 5, 3, 2, 7, 1, 7, 2, 3, 5, 11, 12, 11, 10, 9, 8, 7, 7, 8, 9, 10, 11, 12, 13, 6, 11, 5, 9 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
J. H. Silverman and J. H. Tate, Rational Points on Elliptic Curves, Springer 1992, p. 63.
EXAMPLE
1, 2, 3, 4, 5, 6, ...
2, 1, 3, 2, 5, 3, ...
3, 3, 1, 4, 5, 2, ...
...
MATHEMATICA
t[i_, j_] := Max[ Abs[ Numerator[r = i/j]], Denominator[r]]; Table[ t[i-j+1, j], {i, 1, 14}, {j, 1, i}] // Flatten
PROG
(PARI) T(i, j)=max(i/gcd(i, j), j/gcd(i, j)) \\ Charles R Greathouse IV, Sep 25 2012
CROSSREFS
Cf. A002246.
Sequence in context: A338573 A113881 A072030 * A331886 A205456 A080045
KEYWORD
nonn,nice,tabl
AUTHOR
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 April 16 07:08 EDT 2024. Contains 371698 sequences. (Running on oeis4.)