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.

A300361 a(n) = 2^A000325(n).

Original entry on oeis.org

2, 2, 4, 32, 4096, 134217728, 288230376151711744, 2658455991569831745807614120560689152, 452312848583266388373324160190187140051835877600158453279131187530910662656
Offset: 0

Views

Author

Seiichi Manyama, Mar 03 2018

Keywords

Crossrefs

Programs

  • Magma
    [2^(2^n-n): n in [1..10]]; // Altug Alkan, Mar 04 2018
  • Mathematica
    Table[2^(2^n-n),{n,0,10}] (* Harvey P. Dale, Apr 08 2020 *)
  • PARI
    {a(n) = 2^(2^n-n)}
    

Formula

a(n) = A000079(A000325(n)).