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.

A238440 Expansion of 1/E(q/E(q)) where E(q) = Product_{n>=1} (1 - q^n).

Original entry on oeis.org

1, 1, 3, 9, 27, 79, 229, 657, 1873, 5304, 14944, 41895, 116947, 325133, 900617, 2486183, 6841490, 18770754, 51358188, 140154540, 381540434, 1036261537, 2808328337, 7594958401, 20499680869, 55227373266, 148520150761, 398726637407, 1068701794158, 2859956501816, 7642086948143, 20391083977989, 54333644617311
Offset: 0

Views

Author

Joerg Arndt, Feb 27 2014

Keywords

Comments

What does this sequence count?

Crossrefs

Cf. A109085: G.f. 1/E(q/E(q/E(q/E(q/E(q/E...))))).

Programs

  • PARI
    q = 'q + O('q^66);  Vec( 1/eta(q/eta(q)) )

Formula

G.f.: 1/E(q/E(q)) where E(q) = Product_{n>=1} (1 - q^n).