[go: up one dir, main page]

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!)
A280820 Partial sums of A001783. 1
1, 2, 4, 7, 31, 36, 756, 861, 3101, 3290, 3632090, 3632475, 482634075, 482653380, 483550276, 485577301, 20923275465301, 20923275550386, 6423296981278386, 6423296990008107, 6423344287544107, 6423345537481432, 1124007151123145161432, 1124007151123182343577 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A001783(n) = the product of totatives of n.
LINKS
FORMULA
a(n) = Sum_{i=1..n} A001783(i).
MATHEMATICA
Accumulate@ Table[Times @@ Select[Range@ n, CoprimeQ[n, #] &], {n, 24}] (* Michael De Vlieger, Jan 09 2017 *)
PROG
(Magma) [&+[&*[h: h in [1..k] | GCD(h, k) eq 1]: k in [1..n]]: n in [1..100]]
CROSSREFS
Sequence in context: A102119 A102121 A102120 * A280377 A102122 A102123
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Jan 08 2017
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 August 29 23:09 EDT 2024. Contains 375519 sequences. (Running on oeis4.)