OFFSET
1,2
COMMENTS
The Matula-Goebel number of a tree is Product prime(k_i), where the k_i are the Matula-Goebel numbers of the child subtrees of the root.
A tree is symmetric about a line iff the root has 2 copies of each child subtree (one each side of the line), and an optional "middle" child subtree on the line and in turn symmetric too.
LINKS
Ramzan Guekhaev, Flowery numbers.docx.
Ramzan Guekhaev, Table for n, a(n) for n = 1..455
FORMULA
a(1) = 1; k > 1 is a term iff (k/p^2 is a term for some p) OR (k = prime(j) where j is a term).
EXAMPLE
12 is a term since it's the Matula-Goebel number of the following tree which is, per the layout shown, symmetric about the vertical.
(*)
|
(*) (*) (*)
\ | /
\ | /
(*) root
CROSSREFS
KEYWORD
nonn,changed
AUTHOR
Ramzan Guekhaev and Loïc Apothéloz, Sep 30 2023
STATUS
approved