Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
Search: a364034 -id:a364034
Displaying 1-1 of 1 result found. page 1
     Sort: relevance | references | number | modified | created      Format: long | short | data
A364035 Expansion of Sum_{k>0} k * x^k / (1 - 2*x^(2*k)). +10
1
1, 2, 5, 4, 9, 10, 15, 8, 31, 18, 43, 20, 77, 30, 165, 16, 273, 62, 531, 36, 1083, 86, 2071, 40, 4141, 154, 8285, 60, 16413, 330, 32799, 32, 65687, 546, 131175, 124, 262181, 1062, 524545, 72, 1048617, 2166, 2097195, 172, 4194879, 4142, 8388655, 80, 16777321, 8282, 33555285, 308 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: Sum_{k>0} 2^(k-1) * x^(2*k-1) / (1 - x^(2*k-1))^2.
a(n) = Sum_{d|n, d odd} 2^((d-1)/2) * (n/d).
MATHEMATICA
a[n_] := DivisorSum[n, 2^((#-1)/2) * (n/#) &, OddQ[#] &]; Array[a, 50] (* Amiram Eldar, Jul 02 2023 *)
PROG
(PARI) a(n) = sumdiv(n, d, (d%2==1)*2^((d-1)/2)*n/d);
CROSSREFS
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jul 02 2023
STATUS
approved
page 1

Search completed in 0.006 seconds

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 August 18 15:26 EDT 2024. Contains 375269 sequences. (Running on oeis4.)