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!)
A063119 a(n) = sigma(a(n-1)) + phi(a(n-1)), a(1)=3. 1
3, 6, 14, 30, 80, 218, 438, 1032, 2976, 9024, 27328, 74512, 181646, 363294, 908268, 2422072, 5752432, 15203056, 39044504, 92788840, 252556992, 808096140, 2666717760, 10285934208, 33734451200, 97757260032, 293143652800 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
NestList[DivisorSigma[1, #]+EulerPhi[#]&, 3, 30] (* Harvey P. Dale, Feb 06 2020 *)
PROG
(PARI) seq(n)={my(v=vector(n)); v[1]=3; for(i=2, n, v[i]=sigma(v[i-1]) + eulerphi(v[i-1])); v} \\ Harry J. Smith, Aug 19 2009, Andrew Howroyd, Jun 26 2018
CROSSREFS
Sequence in context: A077926 A091601 A339154 * A218982 A106803 A199853
KEYWORD
nonn
AUTHOR
Jason Earls, Aug 09 2001
EXTENSIONS
More terms from Harry J. Smith, Aug 19 2009
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 24 18:15 EDT 2024. Contains 371962 sequences. (Running on oeis4.)