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!)
A032245 "DHK" (bracelet, identity, unlabeled) transform of 1,1,1,1,... 2
1, 1, 1, 2, 2, 3, 4, 6, 10, 19, 35, 68, 133, 259, 500, 976, 1868, 3609, 6911, 13296, 25456, 48925, 93786, 180326, 346432, 667009, 1284331, 2477342, 4781021, 9240027, 17870724, 34604082, 67058896, 130085007, 252545177, 490722360 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
C. G. Bower, Transforms (2)
PROG
(PARI)
DHK(p, n)={my(q=((1+p)^2/(1-subst(p, x, x^2))-1)/2); p + (p^2-subst(p, x, x^2))/2 + sum(d=1, n, moebius(d)*(log(subst(1/(1+O(x*x^(n\d))-p), x, x^d))/d - subst(q + O(x*x^(n\d)), x, x^d)))/2}
seq(n)={Vec(1 + DHK(x/(1-x) + O(x*x^n), n))} \\ Andrew Howroyd, Sep 21 2018
CROSSREFS
Sequence in context: A284908 A329695 A103599 * A013588 A108150 A066015
KEYWORD
nonn
AUTHOR
EXTENSIONS
a(0)=1 prepended by Andrew Howroyd, Sep 21 2018
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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)