login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A002178 Numerators of Cotesian numbers (not in lowest terms): A002176*C(n,1).
(Formerly M3216 N1302)
3
1, 4, 3, 32, 75, 216, 3577, 5888, 15741, 106300, 13486539, 9903168, 56280729661, 710986864, 265553865, 127626606592, 450185515446285, 1848730221900, 603652082270808125, 187926090380000, 9545933933230947 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

REFERENCES

W. W. Johnson, On Cotesian numbers: their history, computation and values to n=20, Quart. J. Pure Appl. Math., 46 (1914), 52-65.

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).

PROG

(PARI) cn(n)= mattranspose(matinverseimage( matrix(n+1, n+1, k, m, (m-1)^(k-1)), matrix(n+1, 1, k, m, n^(k-1)/k)))[ 1, ] \\ vector of quadrature formula coefficients via matrix solution

(PARI) ncn(n)= denominator(cn(n))*cn(n); nk(n, k)= if(k<0|k>n, 0, ncn(n)[ k+1 ]); A002177(n)= nk(n, 1)

CROSSREFS

Cf. A100640/A100641, A100620/A100621, A002176-A002179.

Sequence in context: A127138 A064081 A099438 * A013558 A161000 A120078

Adjacent sequences:  A002175 A002176 A002177 * A002179 A002180 A002181

KEYWORD

nonn,easy,nice

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

EXTENSIONS

More terms from Michael Somos

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 08:12 EST 2012. Contains 205451 sequences.