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!)
A086700 Euler phi function applied to the triangular numbers. 4
1, 2, 2, 4, 8, 12, 12, 12, 24, 40, 20, 24, 72, 48, 32, 64, 96, 108, 72, 48, 120, 220, 88, 80, 240, 216, 108, 168, 224, 240, 240, 160, 320, 384, 144, 216, 648, 432, 192, 320, 480, 504, 420, 240, 528, 1012, 368, 336, 840, 640, 384, 624, 936, 720, 480, 432, 1008, 1624, 464, 480, 1800, 1080, 576, 768, 960, 1320 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A000010(A000217(n)). - Michel Marcus, Aug 21 2017
EXAMPLE
a(3) = phi(6) = 2.
MAPLE
with(numtheory):with(combinat):a:=n->phi(binomial(n, 2)): seq(a(n), n=2..31); # Zerinvary Lajos, Oct 05 2007
MATHEMATICA
EulerPhi[Accumulate[Range[70]]] (* Harvey P. Dale, Sep 16 2012 *)
PROG
(PARI) vector(66, n, eulerphi(n*(n+1)/2))
(Sage) [euler_phi(binomial(n, 2)) for n in range(2, 32)] # Zerinvary Lajos, Jun 06 2009
CROSSREFS
Sequence in context: A019463 A152763 A221666 * A332004 A364669 A104221
KEYWORD
nonn
AUTHOR
Jon Perry, Jul 28 2003
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 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)