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.

A356121 Matula-Goebel number of the rooted binary tree with Colijn-Plazzotta number n.

Original entry on oeis.org

1, 4, 14, 49, 86, 301, 1849, 454, 1589, 9761, 51529, 886, 3101, 19049, 100561, 196249, 3986, 13951, 85699, 452411, 882899, 3972049, 31754, 111139, 682711, 3604079, 7033511, 31642861, 252079129, 6418, 22463, 137987, 728443, 1421587, 6395537, 50949293, 10297681
Offset: 1

Views

Author

Kevin Ryde, Jul 31 2022

Keywords

Comments

A permutation of A111299.

Crossrefs

Programs

  • PARI
    \\ See links.

Formula

a(n) = prime(a(x)) * prime(a(y)) for n>=2, where subtrees x = A002024(n-1) and y = A002260(n-1).