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!)
A032254 "DHK" (bracelet, identity, unlabeled) transform of 1,2,3,4,... 2
1, 1, 2, 5, 8, 16, 29, 59, 124, 287, 670, 1634, 3992, 9867, 24320, 60290, 149124, 370146, 918796, 2286685, 5697484, 14227797, 35583724, 89168380, 223794690, 562624780, 1416520302, 3571567951, 9017077418, 22794093212 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
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)^2 + O(x*x^n), n))} \\ Andrew Howroyd, Sep 21 2018
CROSSREFS
Sequence in context: A032233 A026530 A336135 * A323586 A048237 A048139
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 16 03:28 EDT 2024. Contains 371696 sequences. (Running on oeis4.)