login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A032162 Shifts left 2 places under "CGK" (necklace, element, unlabeled) transform. 1
1, 1, 1, 1, 2, 2, 4, 7, 11, 21, 36, 72, 131, 250, 479, 924, 1832, 3553, 7039, 13952, 27720, 55482, 111199, 223683, 451416, 912333, 1850179, 3758123, 7652318, 15609910, 31896318, 65290662, 133841148, 274787842, 564923951 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
C. G. Bower, Transforms (2)
PROG
(PARI)
CGK(v)={apply(p->subst(serlaplace(p/y), y, 1), Vec(prod(k=1, #v, (1 + x^k*y + O(x*x^#v))^v[k])-1, -#v))}
seq(n)={my(v=vector(2-n%2, i, 1)); for(i=1, (n-1)\2, v=concat([1, 1], CGK(v))); v} \\ Andrew Howroyd, Sep 20 2018
CROSSREFS
Sequence in context: A277752 A095054 A316210 * A000983 A095325 A179183
KEYWORD
nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)