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.

A073113 a(n) = 2^(2^n + n).

Original entry on oeis.org

2, 8, 64, 2048, 1048576, 137438953472, 1180591620717411303424, 43556142965880123323311949751266331066368
Offset: 0

Views

Author

Joe Mathes (oldschoolchaz(AT)hotmail.com), Aug 19 2002

Keywords

Crossrefs

Programs

  • Mathematica
    a[n_] := 2^(2^n + n); Array[a, 8, 0] (* Amiram Eldar, Aug 14 2022 *)

Formula

a(n) = 2^A006127(n) = A000079(n)*A001146(n). - Amiram Eldar, Aug 14 2022