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!)
A033457 GCD-convolution of squares A000290 with themselves. 2
1, 2, 6, 4, 19, 6, 28, 24, 45, 10, 98, 12, 79, 94, 120, 16, 201, 18, 238, 164, 171, 22, 436, 120, 229, 234, 426, 28, 695, 30, 496, 352, 369, 370, 1014, 36, 451, 470, 1068, 40, 1261, 42, 946, 1020, 639, 46, 1832, 336 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n-2) = Sum_{d|n, d<n} d^2*phi(n/d). - Vladeta Jovovic, Aug 27 2003
MATHEMATICA
Table[Sum[d^2*EulerPhi[(n + 2)/d], {d, Most@ Divisors[n + 2]}], {n, 0, 47}] (* Michael De Vlieger, Mar 20 2015 *)
PROG
(Sage) sum([d^2*euler_phi(int((n+2)/d)) for d in range(1, n+2) if (n+2)%d==0]) # Danny Rorabaugh, Mar 20 2015
CROSSREFS
Cf. A000010 (phi), A000290, A069097.
Sequence in context: A054786 A269372 A282902 * A133936 A065350 A333923
KEYWORD
nonn,easy
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 April 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)