Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A128536
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A128536 a(n) = numerator of r(n): r(n) is such that, for every positive integer n, the continued fraction (of rational terms) [r(1);r(2),...,r(n)] equals n(n+1)/2, the n-th triangular number. +0
2
1, 1, -10, 21, -16, 165, -1664, 2625, -34816, 41895, -32768, 334719, -6553600, 2675673, -60817408, 85579065, -67108864, 2737609875, -79456894976, 21895664505, -704374636544, 175134692733, -687194767360, 2801784820107, -2199023255552, 44823971549175 (list; graph; listen)
OFFSET

1,3

LINKS

Leroy Quet, Home Page (listed in lieu of email address)

FORMULA

For n >=4, r(n) = -(2n-1)*(2n-3)/(n(n-2) r(n-1)).

EXAMPLE

The 4th triangular number, 10, equals 1 +(1/2 +1/(-10/3 +16/21)).

The 5th triangular number, 15, equals 1 +(1/2 +1/(-10/3 +1/(21/16 -5/16))).

MAPLE

L2cfrac := proc(L, targ) local a, i; a := targ ; for i from 1 to nops(L) do a := 1/(a-op(i, L)) ; od: end: A128536 := proc(nmax) local b, n, bnxt; b := [1] ; for n from nops(b)+1 to nmax do bnxt := L2cfrac(b, n*(n+1)/2) ; b := [op(b), bnxt] ; od: [seq( numer(b[i]), i=1..nops(b))] ; end: A128536(26) ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 09 2007

CROSSREFS

Cf. A128537.

Sequence in context: A160479 A085222 A085221 this_sequence A164712 A087597 A087598

Adjacent sequences: A128533 A128534 A128535 this_sequence A128537 A128538 A128539

KEYWORD

frac,sign

AUTHOR

Leroy Quet Mar 09 2007

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 09 2007

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 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research