OFFSET
1,1
COMMENTS
The number of hyperplanes is T(k,d)=Sum(binomial(d,i)2^(d-i-1)(2*M(d+1-i,k)+M(d-i,k)),i=0..d-1) or T(k,d)=(1/2)*Sum(binomial(n,i)2^(n-i)M(n-i,k),i=0..n-1)-1, with n=d+1, where M(n,k) is the number of n-tuples (a,b,...) with 1<=a,b,...<=k and gcd(a,b,...)=1 T(1,d) is A029858 for n>=2.
EXAMPLE
Array begins:
3 12 39 120 363 ...
7 48 271 1440 7447 ...
15 144 1119 8160 58095 ...
23 288 2927 27840 257543 ...
39 576 6927 78720 877239 ...
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Carlos A.S Felgueiras (casf(AT)fe.up.pt), Jan 16 2004
STATUS
approved