The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A365162 a(n) = A269795(n)/2. 0
1, 0, 3, 1, 15, 12, 63, 14, 252, 240, 1023, 495, 4095, 4032, 16365, 2032, 65535, 65268, 262143, 130815, 1048509, 1047552, 4194303, 1048050, 16777200, 16773120, 67108608, 33550335, 268435455, 268418820, 1073741823, 67106816, 4294966269, 4294901760, 17179869105 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
Ron Brown and Jonathan L. Merzel, The number of Ducci sequences with given period, Fibonacci Quart. 45 (2007), no. 2, 115-121.
MATHEMATICA
a[n_] := DivisorSum[n, MoebiusMu[n/#] * 2^(#-IntegerExponent[#, 2]) &] / 2; Array[a, 35]
PROG
(PARI) a(n) = sumdiv(n, d, moebius(n/d)*2^(d-valuation(d, 2))) / 2;
CROSSREFS
Cf. A269795.
Sequence in context: A193966 A366120 A113378 * A178657 A257490 A156289
KEYWORD
nonn
AUTHOR
Amiram Eldar, Aug 24 2023
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 June 8 21:00 EDT 2024. Contains 373227 sequences. (Running on oeis4.)