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!)
A032291 Shifts left 2 places under "DIK" (bracelet, indistinct, unlabeled) transform. 1
1, 1, 1, 2, 3, 6, 10, 21, 38, 81, 160, 344, 716, 1571, 3390, 7548, 16740, 37778, 85338, 194894, 446208, 1028935, 2379730, 5531126, 12892778, 30162239, 70745300, 166403255, 392286953, 926915606, 2194450545, 5205237589 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
PROG
(PARI)
DIK(p, n)={(sum(d=1, n, eulerphi(d)/d*log(subst(1/(1+O(x*x^(n\d))-p), x, x^d))) + ((1+p)^2/(1-subst(p, x, x^2))-1)/2)/2}
seq(n)={my(p=1+O(x)); for(i=1, n\2, p=1+x+x*DIK(x*p, 2*i)); Vec(p+O(x^n))} \\ Andrew Howroyd, Jun 20 2018
CROSSREFS
Sequence in context: A008928 A124343 A324407 * A063687 A359019 A002988
KEYWORD
nonn,eigen
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 March 28 09:04 EDT 2024. Contains 371240 sequences. (Running on oeis4.)