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.

A013777 a(n) = 2^(4*n + 3).

Original entry on oeis.org

8, 128, 2048, 32768, 524288, 8388608, 134217728, 2147483648, 34359738368, 549755813888, 8796093022208, 140737488355328, 2251799813685248, 36028797018963968, 576460752303423488, 9223372036854775808, 147573952589676412928, 2361183241434822606848, 37778931862957161709568
Offset: 0

Views

Author

Keywords

Crossrefs

Subsequence of A000079.
Cf. A004767.

Programs

Formula

From Philippe Deléham, Nov 23 2008: (Start)
a(n) = 16*a(n-1); a(0)=8.
G.f.: 8/(1-16*x). (End)
From Elmo R. Oliveira, Feb 18 2025: (Start)
E.g.f.: 8*exp(16*x).
a(n) = A000079(A004767(n)). (End)