Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A144846
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A144846 Numerators of triangle T(n,k), n>=0, 0<=k<=n, read by rows: T(n,k) is the coefficient of x^(2k+1) in polynomial u_n(x), used to approximate x->sin(Pi*x)/Pi. +0
3
0, 1, -1, 7, -5, 3, 87, -35, 63, -5, 2047, -105, 819, -45, 35, 78655, -8085, 15939, -7425, 1925, -63, 4439935, -57057, 225225, -211497, 115115, -2457, 231, 344674687, -4429425, 17486469, -8217495, 9003995, -200655, 24255, -429 (list; table; graph; listen)
OFFSET

0,4

COMMENT

All even coefficients of u_n are 0. Sum_{k=0..n} T(n,k) = 0. 1/u(n)(1/2) is an approximation to Pi.

FORMULA

See program.

EXAMPLE

0, 1/2, -1/2, 7/8, -5/4, 3/8, 87/88, -35/22, 63/88, -5/44, 2047/2048, -105/64, 819/1024, -45/256, 35/2048, 78655/78656, -8085/4916, 15939/19664, -7425/39328, 1925/78656, -63/39328 ... = A144846/A144847

As triangle:

0

1/2, -1/2

7/8, -5/4, 3/8

87/88, -35/22, 63/88, -5/44

MAPLE

u:= proc(n) option remember; local f, i, x; f:= unapply (simplify (sum ('cat (a||(2*i+1)) *x^(2*i+1)', 'i'=0..n) ), x); unapply (subs (solve ({f(1)=0, seq((D@@i)(f)(1)=`if`(i=1, -1, -(D@@i)(f)(0)), i=1..n)}, {seq (cat (a||(2*i+1)), i=0..n)}), sum ('cat (a||(2*i+1)) *x^(2*i+1)', 'i'=0..n) ), x); end: T:= (n, k)-> coeff (u(n)(x), x, 2*k+1): seq (seq (numer (T(n, k)), k=0..n), n=0..9);

CROSSREFS

Denominators of T(n, k): A144847. Diagonal gives: (-1)^n A001790(n) for n>1.

Adjacent sequences: A144843 A144844 A144845 this_sequence A144847 A144848 A144849

Sequence in context: A155816 A093824 A019935 this_sequence A090289 A160670 A109863

KEYWORD

frac,sign,tabl

AUTHOR

Alois P. Heinz (heinz(AT)hs-heilbronn.de), Sep 22 2008

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 November 8 20:39 EST 2009. Contains 166234 sequences.


AT&T Labs Research