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!)
A032284 "DIK" (bracelet, indistinct, unlabeled) transform of 3,3,3,3... 1
3, 9, 22, 57, 150, 444, 1362, 4497, 15338, 54018, 193722, 705392, 2593398, 9612144, 35840622, 134318097, 505486878, 1909275084, 7234415562, 27489389850, 104718539638, 399828796884, 1529767891122, 5864087533072, 22518048468582, 86607787095594, 333600173734122 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
C. G. Bower, Transforms (2)
FORMULA
G.f.: (3*x/((1-x)*(1-2*x)) + Sum_{d>0} phi(d)*log((1-x^d)/(1-4*x^d))/d)/2. - Andrew Howroyd, Jun 20 2018
PROG
(PARI) seq(n)={Vec(3*x/((1-x)*(1-2*x)) + sum(d=1, n, eulerphi(d)/d*log((1-x^d)/(1-4*x^d) + O(x*x^n))))/2} \\ Andrew Howroyd, Jun 20 2018
CROSSREFS
Cf. A032283.
Sequence in context: A354648 A192663 A114697 * A329163 A296582 A203454
KEYWORD
nonn
AUTHOR
EXTENSIONS
Terms a(24) and beyond from Andrew Howroyd, Jun 20 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 May 3 21:07 EDT 2024. Contains 372225 sequences. (Running on oeis4.)