Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A128294
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A128294 a(n) = denominator of b(n): b(1)=1; b(n+1) = b(n) + [b(1);b(2),...,b(n)], where [...] is a continued fraction of rational terms. +0
2
1, 1, 2, 16, 664, 5794064, 33447906751722, 27996871943383371722767277584, 1411648567276084801412872562665108454742185708848843396424 (list; graph; listen)
OFFSET

1,3

COMMENT

Next term a(10) has roughly 117 digits. - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 24 2007

MAPLE

L2cfrac := proc(L) local a, i; a := op(-1, L) ; for i from 2 to nops(L) do a := op(-i, L)+1/a ; od: RETURN(a) ; end: A128294 := proc() local b, n, bnxt; b := [1] ; for n from 2 to 10 do bnxt := op(-1, b)+L2cfrac(b) ; b := [op(b), bnxt] ; od: [seq( denom(b[i]), i=1..nops(b))] ; end: A128294() ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 24 2007

CROSSREFS

Cf. A128293.

Sequence in context: A060279 A012757 A012464 this_sequence A015188 A005118 A108400

Adjacent sequences: A128291 A128292 A128293 this_sequence A128295 A128296 A128297

KEYWORD

frac,nonn

AUTHOR

Leroy Quet (qq-quet(AT)mindspring.com), Feb 25 2007

EXTENSIONS

Corrected and extended by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 24 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 July 24 12:00 EDT 2008. Contains 142294 sequences.


AT&T Labs Research