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.

A005594 States of a dynamic storage system.

This page as a plain text file.
%I A005594 M1080 #29 Nov 08 2019 03:42:47
%S A005594 1,2,4,7,14,26,59,122,284,647,1528,3602,8679,20882,50824,124055,
%T A005594 304574,750122,1855099,4600202,11442086,28527447,71292604,178526882,
%U A005594 447919419,1125750146,2833906684,7144450567,18036423974
%N A005594 States of a dynamic storage system.
%D A005594 N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
%H A005594 Vaclav Kotesovec, <a href="/A005594/b005594.txt">Table of n, a(n) for n = 0..1000</a>
%H A005594 C. G. Bower, <a href="/transforms2.html">Transforms</a>
%H A005594 INRIA Algorithms Project, <a href="http://ecs.inria.fr/services/structure?nbr=107">Encyclopedia of Combinatorial Structures 107</a>
%H A005594 INRIA Algorithms Project, <a href="http://ecs.inria.fr/services/structure?nbr=111">Encyclopedia of Combinatorial Structures 111</a>
%H A005594 M. D. McIlroy, <a href="http://dx.doi.org/10.1093/comjnl/25.3.388">The number of states of a dynamic storage system</a>, Computer J., 25 (No. 3, 1982), 388-392.
%H A005594 M. D. McIlroy, <a href="/A005207/a005207.pdf">The number of states of a dynamic storage system</a>, Computer J., 25 (No. 3, 1982), 388-392. (Annotated scanned copy)
%H A005594 <a href="/index/Ne#necklaces">Index entries for sequences related to necklaces</a>
%F A005594 Also "CIK" (necklace, indistinct, unlabeled) transform of 2, 1, 1, 1, ...
%t A005594 nmax = 30;
%t A005594 f[x_] = Sum[n*x^n, {n, 1, nmax}];
%t A005594 gf = Sum[(EulerPhi[n]/n)*Log[1/(1 - f[x^n])] + O[x]^nmax, {n, 1, nmax}];
%t A005594 CoefficientList[gf, x] + 1 (* _Jean-François Alcover_, Jul 29 2018, after _Joerg Arndt_ *)
%Y A005594 Equals A032198(n)+1.
%K A005594 nonn
%O A005594 0,2
%A A005594 _N. J. A. Sloane_
%E A005594 Sequence extended by _Christian G. Bower_