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!)
A053634 a(n) = Sum_{ d divides n } phi(d)*2^(n/d)/(2n). 6
2, 3, 4, 7, 10, 18, 30, 54, 94, 176, 316, 591, 1096, 2058, 3856, 7301, 13798, 26244, 49940, 95373, 182362, 349626, 671092, 1290714, 2485534, 4793790, 9256396, 17896284, 34636834, 67109898, 130150588, 252647064, 490853416, 954440950 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,1
COMMENTS
Offset is 3 because a(2) is 3/2, not an integer. - Michel Marcus, Sep 11 2013
LINKS
James East, Ron Niles, Integer polygons of given perimeter, arXiv:1710.11245 [math.CO], 2017.
FORMULA
a(n) = A000031(n)/2.
MATHEMATICA
a[n_] := DivisorSum[n, EulerPhi[#]*2^(n/#)&]/(2n); Table[a[n], {n, 3, 36}] (* Jean-François Alcover, Dec 07 2015 *)
PROG
(PARI) a(n) = sumdiv (n, d, eulerphi(d)*2^(n/d)/(2*n)); \\ Michel Marcus, Sep 11 2013
CROSSREFS
Sequence in context: A218495 A166012 A060166 * A094863 A094862 A104722
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Mar 23 2000
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 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)