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!)
A052821 A simple grammar: pairs of cycles of sequences. 1
0, 0, 1, 4, 10, 22, 43, 84, 157, 294, 551, 1032, 1941, 3666, 6955, 13224, 25269, 48362, 92875, 178640, 344453, 665130, 1286699, 2492184, 4834061, 9386650, 18247971, 35508348, 69161705, 134822934, 263039047, 513566944, 1003425345, 1961815578, 3838001099 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
G.f.: (Sum_{j>=i} (A000010(j)/j)*log((x^j-1)/(2*x^j-1)))^2.
MAPLE
pairs spec := [S, {B=Sequence(Z, 1 <= card), C=Cycle(B), S=Prod(C, C)}, unlabeled]: seq(combstruct[count](spec, size=n), n=0..20);
h := n -> add(numtheory: phi(j)/j*log((x^j-1)/(2*x^j-1)), j=1..n): seq(coeff(series(h(n)^2, x, n+1), x, n), n=0..34); # Danny Rorabaugh, Oct 25 2015
PROG
(Sage) var('x'); a = lambda n: expand(sum([taylor(euler_phi(i)/i * log((x^i - 1)/(2*x^i - 1)), x, 0, n) for i in range(1, n+1)])^2).coefficient(x^n) # Danny Rorabaugh, Oct 25 2015
CROSSREFS
Sequence in context: A023626 A048574 A052837 * A292445 A023628 A294683
KEYWORD
nonn,easy
AUTHOR
encyclopedia(AT)pommard.inria.fr, Jan 25 2000
EXTENSIONS
More terms from Danny Rorabaugh, Oct 25 2015
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)