cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A068379 Engel expansion of sinh(1/2).

Original entry on oeis.org

2, 24, 80, 168, 288, 440, 624, 840, 1088, 1368, 1680, 2024, 2400, 2808, 3248, 3720, 4224, 4760, 5328, 5928, 6560, 7224, 7920, 8648, 9408, 10200, 11024, 11880, 12768, 13688, 14640, 15624, 16640, 17688, 18768, 19880, 21024, 22200, 23408, 24648, 25920, 27224, 28560
Offset: 1

Views

Author

Benoit Cloitre, Mar 03 2002

Keywords

Comments

Cf. A006784 for Engel expansion definition.
The MathWorld link mentions the closed form of the Engel expansion of sinh(1) = A068377. - Georg Fischer, Nov 22 2020

Examples

			sinh(1/2) = 1/2 + 1/(2*24) + 1/(2*24*80) + 1/(2*24*80*168) + 1/(2*24*80*168*288) + ... = 0.52109530549374736162242562641... = A334367.
		

Crossrefs

Programs

Formula

a(n) = 8*(n*(2*n-3)+1) for n > 1, a(1)=2.
From Colin Barker, Apr 13 2012: (Start)
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3) for n > 4.
G.f.: 2*x*(1+9*x+7*x^2-x^3)/(1-x)^3. (End)
From Amiram Eldar, May 05 2025: (Start)
Sum_{n>=1} 1/a(n) = (3-log(2))/4.
Sum_{n>=1} (-1)^(n+1)/a(n) = 3/4 - Pi/16 - log(2)/8. (End)
From Elmo R. Oliveira, May 29 2025: (Start)
E.g.f.: 2*(4*exp(x)*(1 - x + 2*x^2) + (x - 4)).
a(n) = 2*A033586(n-1) for n >= 2.
a(n) = 4*A002943(n-1) for n >= 2. (End)

Extensions

Edited, offset 1 and a(1)=2 in programs and b-file by Georg Fischer, Nov 22 2020