[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!)
Revision History for A063506 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A063506 a(n) = phi(a(n-1)) * number of divisors of a(n-1), a(1)=3.
(history; published version)
#14 by Harvey P. Dale at Sun Mar 10 17:07:33 EDT 2019
STATUS

editing

approved

#13 by Harvey P. Dale at Sun Mar 10 17:07:30 EDT 2019
MATHEMATICA

NestList[EulerPhi[#]DivisorSigma[0, #]&, 3, 20] (* Harvey P. Dale, Mar 10 2019 *)

STATUS

approved

editing

#12 by Bruno Berselli at Tue Jun 26 04:57:13 EDT 2018
STATUS

reviewed

approved

#11 by Michel Marcus at Tue Jun 26 01:36:53 EDT 2018
STATUS

proposed

reviewed

#10 by Jon E. Schoenfield at Mon Jun 25 22:31:20 EDT 2018
STATUS

editing

proposed

#9 by Jon E. Schoenfield at Mon Jun 25 22:31:10 EDT 2018
NAME

a(n) = phi(a(n-1) * )) * number of divisors of a(n-1), a(1)=3.

LINKS

Harry J. Smith, <a href="/A063506/b063506.txt">Table of n, a(n) for n= = 1,...,..148</a>

PROG

(PARI) { for (n=1, 148, if (n>1, a=eulerphi(a)*numdiv(a), a=3); write("b063506.txt", n, " ", a) ) } [From _) ) } \\ _Harry J. Smith_, Aug 24 2009]

STATUS

approved

editing

Discussion
Mon Jun 25 22:31
Jon E. Schoenfield: added missing parenthesis; is this okay now?
#8 by N. J. A. Sloane at Fri Dec 15 17:35:22 EST 2017
AUTHOR

_Jason Earls (zevi_35711(AT)yahoo.com), _, Aug 09 2001

Discussion
Fri Dec 15 17:35
OEIS Server: https://oeis.org/edit/global/2722
#7 by Russ Cox at Fri Mar 30 17:24:24 EDT 2012
PROG

(PARI) { for (n=1, 148, if (n>1, a=eulerphi(a)*numdiv(a), a=3); write("b063506.txt", n, " ", a) ) } [From _Harry J. Smith (hjsmithh(AT)sbcglobal.net), _, Aug 24 2009]

Discussion
Fri Mar 30 17:24
OEIS Server: https://oeis.org/edit/global/133
#6 by N. J. A. Sloane at Thu Nov 11 07:34:06 EST 2010
LINKS

Harry J. Smith, <a href="="/A063506/b063506.txt">Table of n, a(n) for n=1,...,148</a>

KEYWORD

nonn,new

nonn

#5 by N. J. A. Sloane at Tue Jun 01 03:00:00 EDT 2010
LINKS

Harry J. Smith, <a href="b063506.txt">Table of n, a(n) for n=1,...,148</a>

PROG

(PARI) { for (n=1, 148, if (n>1, a=eulerphi(a)*numdiv(a), a=3); write("b063506.txt", n, " ", a) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 24 2009]

KEYWORD

nonn,new

nonn

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 30 02:56 EDT 2024. Contains 375521 sequences. (Running on oeis4.)