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

%I #6 Dec 01 2023 15:59:37

%S 1,1,1,2,7,308,1065372,5699432573835,742435596532024691458409520,

%T 1770094160863794205114840009375146894748207874734794924

%N 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).

%C The next term is too large to include.

%F G.f. for fractions satisfies: 1 / Sum_{n>=0} b(n) * x^n = 1 - x * Sum_{n>=0} x^n / b(n).

%e 1, 1, 2, 7/2, 44/7, 3459/308, 21398845/1065372, 204701870532176/5699432573835, ...

%t 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}]

%Y Cf. A000108, A022857, A022858, A073834, A367787 (numerators).

%K nonn,frac

%O 0,4

%A _Ilya Gutkovskiy_, Nov 30 2023

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 06:32 EDT 2024. Contains 374481 sequences. (Running on oeis4.)