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!)
A306905 a(n) = A306898(n)/2. 2
1, 4, 6, 16, 20, 48, 70, 160, 270, 560, 1034, 2160, 4108, 8344, 16440, 33088, 65552, 131688, 262162, 525440, 1048740, 2099240, 4194326, 8393184, 16777300, 33562672, 67109418, 134234464, 268435484, 536904960, 1073741854, 2147549824, 4294969404 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = n * A000013(n). - Seiichi Manyama, Jul 14 2023
MATHEMATICA
Table[DivisorSum[n, 2^#*EulerPhi[2 n/#] &]/2, {n, 33}] (* Michael De Vlieger, Dec 01 2019 *)
PROG
(PARI) a(n) = sumdiv(n, d, 2^(n/d-1)*eulerphi(2*d)); \\ Seiichi Manyama, Jul 14 2023
CROSSREFS
Sequence in context: A302119 A120542 A132344 * A097970 A044858 A323043
KEYWORD
nonn
AUTHOR
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 14 02:26 EDT 2024. Contains 372528 sequences. (Running on oeis4.)