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.

Showing 1-2 of 2 results.

A274301 a(n) = 24*A274300(n) + 14.

Original entry on oeis.org

38, 38, 38, 134, 326, 326, 326, 1862, 1862, 8006, 20294, 44870, 94022, 192326, 192326, 585542, 1371974, 2944838, 2944838
Offset: 0

Views

Author

N. J. A. Sloane, Jun 20 2016

Keywords

Crossrefs

Programs

  • Mathematica
    b[0] = 1; b[n_] := b[n] = b[n-1] + If[IntegerExponent[BellB[24*b[n-1] + 14, -1], 2] > n + 4, 0, 2^(n-1)]; a[n_] := 24 * b[n] + 14; Array[a, 11, 0] (* Amiram Eldar, May 27 2024 *)

A274302 Erroneous version of A274300.

Original entry on oeis.org

1, 1, 1, 5, 13, 13, 13, 77, 77, 333, 845, 1869, 3917, 8013, 801, 24397, 57165, 122701
Offset: 0

Views

Author

Keywords

Comments

Included in accordance with OEIS policy of including published but erroneous sequences to serve as pointers to the correct versions.
Showing 1-2 of 2 results.