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.

A013822 a(n) = 2^(5*n + 1).

Original entry on oeis.org

2, 64, 2048, 65536, 2097152, 67108864, 2147483648, 68719476736, 2199023255552, 70368744177664, 2251799813685248, 72057594037927936, 2305843009213693952, 73786976294838206464, 2361183241434822606848, 75557863725914323419136, 2417851639229258349412352, 77371252455336267181195264
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A000079 (2^n), A009976, A016861 (5*n+1).

Programs

Formula

From Philippe Deléham, Nov 24 2008: (Start)
a(n) = 32*a(n-1), n > 0; a(0)=2.
G.f.: 2/(1-32*x).
a(n) = 2*A009976(n). (End)
From Elmo R. Oliveira, Feb 18 2025: (Start)
E.g.f.: 2*exp(32*x).
a(n) = A000079(A016861(n)). (End)