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.

A020729 Pisot sequences E(2,10), L(2,10), P(2,10), T(2,10).

Original entry on oeis.org

2, 10, 50, 250, 1250, 6250, 31250, 156250, 781250, 3906250, 19531250, 97656250, 488281250, 2441406250, 12207031250, 61035156250, 305175781250, 1525878906250, 7629394531250, 38146972656250, 190734863281250, 953674316406250, 4768371582031250, 23841857910156250
Offset: 0

Views

Author

Keywords

Crossrefs

Essentially a duplicate of A020699.
See A008776 for definitions of Pisot sequences.

Programs

Formula

a(n) = 2*5^n.
a(n) = 5*a(n-1).
G.f.: 2/(1-5*x). - Philippe Deléham, Nov 23 2008
From Amiram Eldar, May 08 2023: (Start)
Sum_{n>=0} 1/a(n) = 5/8.
Sum_{n>=0} (-1)^n/a(n) = 5/12.
Product_{n>=0} (1 - 1/a(n)) = A132021. (End)
From Elmo R. Oliveira, Dec 06 2024: (Start)
E.g.f.: 2*exp(5*x).
a(n) = 2*A000351(n). (End)