login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A367788 Let b(0) = 1, b(n) = Sum_{k=0..n-1} b(k) / b(n-k-1), then a(n) is the denominator of b(n). 1
1, 1, 1, 2, 7, 308, 1065372, 5699432573835, 742435596532024691458409520, 1770094160863794205114840009375146894748207874734794924 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
The next term is too large to include.
LINKS
FORMULA
G.f. for fractions satisfies: 1 / Sum_{n>=0} b(n) * x^n = 1 - x * Sum_{n>=0} x^n / b(n).
EXAMPLE
1, 1, 2, 7/2, 44/7, 3459/308, 21398845/1065372, 204701870532176/5699432573835, ...
MATHEMATICA
b[0] = 1; b[n_] := b[n] = Sum[b[k]/b[n - k - 1], {k, 0, n - 1}]; a[n_] := Denominator[b[n]]; Table[a[n], {n, 0, 9}]
CROSSREFS
Cf. A000108, A022857, A022858, A073834, A367787 (numerators).
Sequence in context: A187603 A290637 A260967 * A128456 A137666 A137665
KEYWORD
nonn,frac
AUTHOR
Ilya Gutkovskiy, Nov 30 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 22 05:01 EDT 2024. Contains 374480 sequences. (Running on oeis4.)