OFFSET
1,4
REFERENCES
H. Gupta, On a problem in parity, Indian J. Math., 11 (1969), 157-163. MR0260659
N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
H. Gupta, On a problem in parity, Indian J. Math., 11 (1969), 157-163. [Annotated scanned copy]
PROG
(PARI) a(n)=if(n<1, 0, sum(k=1, n, if(gcd(n, k) == 1, ((n+k-1)!/(n!*k!))%2))) /* Michael Somos, Jul 19 2002 */
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Michael Somos, Jul 19 2002
STATUS
approved