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!)
A118454 Algebraic degree of the onset of the logistic map n-bifurcation. 8
1, 1, 2, 2, 22, 40, 114, 12, 480, 944, 2026, 3918, 8166, 16104, 32630, 240, 131038, 260928, 524250, 1046418, 2096706, 4190168, 8388562, 16768200, 33554240, 67092432, 134216136, 268402446, 536870854, 1073672968, 2147483586, 65280, 8589928346, 17179606976, 34359737478 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
a(2^n) is A087046(n).
LINKS
Eric Weisstein's World of Mathematics, Logistic Map
EXAMPLE
The onsets begin at 1, 3, 1+2*sqrt(2), 1+sqrt(6), ...
MATHEMATICA
degRp[n_] := Sum[MoebiusMu[n/d] 2^(d - 1), {d, Divisors[n]}]; degRo[n_] := degRp[n]*2 - Sum[EulerPhi[n/d] degRp[d], {d, Divisors[n]}]; Table[If[n <= 2, 1, 2 If[2^Round[Log2[n]] == n, degRp[n/2], degRo[n]]], {n, 1, 100}] (* from Cheng Zhang, Apr 02 2012 *)
CROSSREFS
Sequence in context: A190632 A036110 A143807 * A118326 A212847 A087405
KEYWORD
nonn,hard
AUTHOR
Eric W. Weisstein, Apr 28 2006
EXTENSIONS
More terms from Cheng Zhang, Apr 02 2012
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 25 09:38 EDT 2024. Contains 371967 sequences. (Running on oeis4.)