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.

Showing 1-2 of 2 results.

A040182 Continued fraction for sqrt(197).

Original entry on oeis.org

14, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28
Offset: 0

Views

Author

Keywords

Examples

			14 + 1/(28 + 1/(28 + 1/(28 + 1/(28 + ...)))) = sqrt(197).
		

Crossrefs

Cf. A041364/A041365 (convergents).

Programs

Formula

From Elmo R. Oliveira, Feb 13 2024: (Start)
a(n) = 28 for n >= 1.
G.f.: 14*(1+x)/(1-x).
E.g.f.: 28*exp(x) - 14.
a(n) = 14*A040000(n) = 7*A040002(n) = 2*A040042(n). (End)

A041365 Denominators of continued fraction convergents to sqrt(197).

Original entry on oeis.org

1, 28, 785, 22008, 617009, 17298260, 484968289, 13596410352, 381184458145, 10686761238412, 299610499133681, 8399780736981480, 235493471134615121, 6602216972506204868, 185097568701308351425, 5189334140609140044768
Offset: 0

Views

Author

Keywords

Comments

From Michael A. Allen, May 16 2023: (Start)
Also called the 28-metallonacci sequence; the g.f. 1/(1-k*x-x^2) gives the k-metallonacci sequence.
a(n) is the number of tilings of an n-board (a board with dimensions n X 1) using unit squares and dominoes (with dimensions 2 X 1) if there are 28 kinds of squares available. (End)

Crossrefs

Row n=28 of A073133, A172236 and A352361 and column k=28 of A157103.

Programs

Formula

a(n) = F(n, 28), the n-th Fibonacci polynomial evaluated at x=28. - T. D. Noe, Jan 19 2006
From Philippe Deléham, Nov 21 2008: (Start)
a(n) = 28*a(n-1) + a(n-2), n > 1; a(0)= 1, a(1)=28.
G.f.: 1/(1-28*x-x^2). (End)

Extensions

Additional term from Colin Barker, Nov 16 2013
Showing 1-2 of 2 results.