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.

A002066 a(n) = 10*4^n.

Original entry on oeis.org

10, 40, 160, 640, 2560, 10240, 40960, 163840, 655360, 2621440, 10485760, 41943040, 167772160, 671088640, 2684354560, 10737418240, 42949672960, 171798691840, 687194767360, 2748779069440, 10995116277760, 43980465111040, 175921860444160, 703687441776640, 2814749767106560
Offset: 0

Views

Author

Keywords

Crossrefs

Pairwise sums of A081294.

Programs

Formula

From Philippe Deléham, Nov 23 2008: (Start)
a(n) = 4*a(n-1), n > 0; a(0)=10.
G.f.: 10/(1-4*x). (End)
From Elmo R. Oliveira, Apr 02 2025: (Start)
E.g.f.: 10*exp(4*x).
a(n) = 5*A004171(n) = 2*A003947(n+1) = A020714(n)*A000079(n+1). (End)