Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A046126
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A046126 Denominators q[ n ] of convergents to Stern's non-simple continued fraction for Pi/2. +0
3
1, 3, -3, -15, 45, 315, -1575, -14175, 99225, 1091475, -9823275, -127702575, 1404728325, 21070924875, -273922023375, -4656674397375, 69850115960625, 1327152203251875, -22561587455281875, -473793336560919375 (list; graph; listen)
OFFSET

0,2

LINKS

Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.

Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.

Index entries for sequences related to Stern's sequences

FORMULA

E.g.f.: exp(asinh(x))((1+x)/(1+x^2)+(2-x+x^2)/(1+x^2)^(3/2))-2. - Michael Somos Mar 11 2004

MATHEMATICA

b[ n_ ] := 2-(-1)^n; a[ 1 ] := -1; a[ n_Integer?EvenQ ] := -n(n+1); a[ n_Integer?OddQ ] := -(n-2)(n-1); then use the standard algorithm to get p[ n ]/q[ n ].

PROGRAM

(PARI) a(n)=if(n<0, 0, prod(k=1, n, if(k%2, k+2, 1-k)))

(PARI) {a(n)=local(A); if(n<0, 0, A=matrix(2, n+1); for(k=0, n, A[2, k+1]=if(k%2, 3, 1); A[1, k+1]=if(k<2, (-1)^k, if(k%2, -(k-2)*(k-1), -k*(k+1)))); contfracpnqn(A)[2, 1])} /* Michael Somos Jul 15 2003 */

CROSSREFS

Numerators p[ n ] are (-1)^[n/2]*A001900(n). See also A013069.

Cf. A079484.

Sequence in context: A046983 A067655 A049606 this_sequence A143257 A089403 A111674

Adjacent sequences: A046123 A046124 A046125 this_sequence A046127 A046128 A046129

KEYWORD

sign,frac

AUTHOR

Eric Weisstein (eric(AT)weisstein.com)

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 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research