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.

A254120 a(n) = A254118(2^n).

Original entry on oeis.org

1, 2, 6, 20, 13, 179, 546, 762, 1816, 14750, 41855, 130334, 184744, 854072, 3087888, 10703601, 15578299, 96694224, 108119693, 514354272, 1569052954, 7807991046, 23534408763, 39516990609, 76222439041, 402903897267, 1860094976924, 5552186457189, 6550591089598
Offset: 0

Views

Author

Antti Karttunen, Feb 05 2015

Keywords

Crossrefs

Programs

  • PARI
    for(n=0, 128, write("b254120.txt", n, " ", A254118(2^n))); \\ Needs also code from A254118.

Formula

a(n) = A254118(2^n) = A254118(A000079(n)).