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!)
A098379 Maximum entry in the n-th row of the triangle A097883. 1
1, 3, 7, 11, 19, 25, 37, 41, 53, 61, 77, 89, 101, 121, 131, 149, 167, 183, 205, 225, 247, 269, 293, 319, 349, 373, 401, 425, 457, 487, 527, 559, 583, 629, 655, 701, 731, 779, 807, 851, 887, 935, 971, 1025, 1061, 1117, 1155, 1213, 1253, 1315, 1357, 1419, 1461 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
All entries are odd.
LINKS
MATHEMATICA
a[0, 0] = 1; a[m_, n_] := a[m, n] = Block[{p = Sort[ Flatten[ Join[ Table[ a[i, j], {i, 0, m - 1}, {j, 0, i}], Table[ a[i, j], {i, m, m}, {j, 0, n - 1}]] ]]}, k = Complement[ Range[ p[[ -1]] + 1], p][[1]]; While[ Position[p, k] != {} || If[n == 0, GCD[k, a[m - 1, 0]] != 1, If[n == m, GCD[k, a[m - 1, m - 1]] != 1, GCD[k, a[m - 1, n]] != 1 || GCD[k, a[m - 1, n - 1]] != 1]], k++ ]; k]; Table[ Max[ Table[ a[m, n], {n, 0, m}]], {m, 0, 52}]
CROSSREFS
Sequence in context: A354801 A141101 A236632 * A329482 A049754 A191114
KEYWORD
nonn
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 24 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)