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!)
A049644 T(n,n), array T given by A049639. 1

%I #10 Dec 11 2017 05:06:19

%S 0,0,3,3,5,5,9,9,13,13,21,21,25,25,37,37,45,45,57,57,65,65,85,85,93,

%T 93,117,117,129,129,145,145,161,161,193,193,205,205,241,241,257,257,

%U 281,281,301,301,345,345,361,361,401,401,425,425,461,461,485,485,541,541,557,557

%N T(n,n), array T given by A049639.

%H G. C. Greubel, <a href="/A049644/b049644.txt">Table of n, a(n) for n = 0..75</a>

%t a[0 | 1, 0 | 1] = 0; a[0 | 1, _] = a[_, 0 | 1] = 1; a[i_, j_] := Module[{slopes, cnt}, slopes = Union@Flatten@Table[(k - j)/(h - i), {h, 0, i - 1}, {k, 0, j - 1}]; cnt[slope_] := Count[Flatten[Table[{h, k}, {h, 0, i - 1}, {k, 0, j - 1}], 1], {h_, k_} /; (k - j)/(h - i) == slope]; Count[cnt /@ slopes, c_ /; c >= 2] + 2]; Table[a[n, n], {n, 0, 25}] (* _G. C. Greubel_, Dec 07 2017 *)

%Y Cf. A049691, A206297.

%K nonn

%O 0,3

%A _Clark Kimberling_

%E Terms a(42) onward added by _G. C. Greubel_, Dec 10 2017

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 July 26 02:32 EDT 2024. Contains 374615 sequences. (Running on oeis4.)