login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A052853
A simple grammar.
1
0, 1, 2, 5, 14, 42, 138, 466, 1643, 5919, 21773, 81279, 307483, 1175352, 4534161, 17626999, 68992703, 271641249, 1075144364, 4275274867, 17071822275, 68428152475, 275217386092, 1110375948303, 4492641333003, 18225081419544, 74111194585752, 302040709982249
OFFSET
0,3
FORMULA
G.f. appears to be -Sum_{j>=1} (phi(j)/j) * log(1-C(x^j)), where phi = A000010 and C is the g.f. of A050383. - Robert Israel, Nov 01 2016
MAPLE
spec := [S, {C=Prod(Z, B), S=Cycle(C), B=Set(S)}, unlabeled]: seq(combstruct[count](spec, size=n), n=0..20);
CROSSREFS
Sequence in context: A360708 A148331 A306422 * A149877 A149878 A148332
KEYWORD
easy,nonn
AUTHOR
encyclopedia(AT)pommard.inria.fr, Jan 25 2000
STATUS
approved