Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A098377
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A098377 Left edge T(n,n) or the main diagonal of the triangle A097883. +0
2
1, 3, 4, 11, 12, 25, 22, 39, 40, 57, 58, 89, 78, 115, 112, 141, 142, 183, 182, 225, 226, 269, 252, 319, 312, 365, 364, 423, 422, 487, 474, 559, 534, 629, 600, 701, 680, 759, 758, 849, 842, 935, 912, 1025, 1008, 1117, 1100, 1203, 1190, 1311, 1300, 1419, 1400 (list; graph; listen)
OFFSET

0,2

FORMULA

a(n) = A097883(t) where t is a triangular number.

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[ a[m, m], {m, 0, 52}]

CROSSREFS

Cf. A097883, A098376.

Sequence in context: A056045 A096223 A047457 this_sequence A075646 A133621 A049619

Adjacent sequences: A098374 A098375 A098376 this_sequence A098378 A098379 A098380

KEYWORD

nonn

AUTHOR

Leroy Quet (qq-quet(AT)mindspring.com) and Robert G. Wilson v (rgwv(AT)rgwv.com), Sep 04 2004

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 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research