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!)
A333293 a(n) = Sum_{k=1..n-1} k^2*phi(k) + n^2*phi(n)/2, where phi = A000010. 2
3, 14, 39, 105, 191, 374, 649, 1020, 1463, 2268, 3161, 4463, 6065, 7553, 9477, 12813, 16097, 20318, 25167, 29413, 34479, 42718, 50841, 59395, 69701, 80318, 91583, 108061, 123435, 141450, 164057, 183139, 203277, 227225, 249701, 282119, 319757, 351005, 382057, 428477, 472681, 522094, 580283, 623943, 671519 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
LINKS
MAPLE
P:= [seq(k^2*numtheory:-phi(k), k=1..100)]:
T:= ListTools:-PartialSums(P):
seq(T[i-1]+P[i]/2, i=2..100); # Robert Israel, Mar 24 2020
PROG
(PARI) a(n) = sum(k=1, n-1, k^2*eulerphi(k)) + n^2*eulerphi(n)/2; \\ Michel Marcus, Mar 23 2020
CROSSREFS
Next-to-last diagonal of A333292.
Sequence in context: A319791 A027444 A000263 * A102590 A174517 A034130
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Mar 23 2020
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 September 3 01:56 EDT 2024. Contains 375649 sequences. (Running on oeis4.)