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.

A008706 Coordination sequence for 3.3.3.4.4 planar net.

Original entry on oeis.org

1, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100, 105, 110, 115, 120, 125, 130, 135, 140, 145, 150, 155, 160, 165, 170, 175, 180, 185, 190, 195, 200, 205, 210, 215, 220, 225, 230, 235, 240, 245, 250, 255, 260, 265, 270, 275
Offset: 0

Views

Author

Keywords

Comments

Also the Engel expansion of exp^(1/5); cf. A006784 for the Engel expansion definition. - Benoit Cloitre, Mar 03 2002

Examples

			G.f. = 1 + 5*x + 10*x^2 + 15*x^3 + 20*x^4 + 25*x^5 + 30*x^6 + 35*x^7 + ...
		

Crossrefs

Cf. A006784, A048476 (binomial Transf.)
Essentially the same as A008587.
List of coordination sequences for uniform planar nets: A008458 (the planar net 3.3.3.3.3.3), A008486 (6^3), A008574 (4.4.4.4 and 3.4.6.4), A008576 (4.8.8), A008579 (3.6.3.6), A008706 (3.3.3.4.4), A072154 (4.6.12), A219529 (3.3.4.3.4), A250120 (3.3.3.3.6), A250122 (3.12.12).
First differences of A005891.

Programs

Formula

From Paul Barry, Jul 21 2003: (Start)
G.f.: (1 + 3*x + x^2)/(1 - x)^2.
a(n) = 0^n + 5n. (End)
G.f.: A(x) + 1, where A(x) is the g.f. of A008587. - Gennady Eremin, Feb 21 2021
E.g.f.: 1 + 5*x*exp(x). - Stefano Spezia, Jan 05 2023