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!)
A085864 a(1) = 2, a(n+1) = a(n)*{tau(a(n))}. 2
2, 4, 12, 72, 864, 20736, 933120, 117573120, 42326323200, 36315985305600, 146426052752179200, 1475974611741966336000, 37784950060594338201600000, 2031318915257551621718016000000, 212719716805770805826310635520000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(1) = 1, a(n+1) = a(n) + tau(a(n)) gives A064491.
LINKS
EXAMPLE
a(4) = 72 and tau(72)= 12, hence a(5) = 72*12= 864.
MATHEMATICA
NestList[# DivisorSigma[0, #]&, 2, 20] (* Harvey P. Dale, Apr 23 2023 *)
PROG
(PARI) for(n=1, 16, if(n==1, a=2, a*=numdiv(a)); print(a); )
CROSSREFS
Cf. A064491.
Sequence in context: A013207 A172165 A078919 * A060935 A141522 A114903
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Jul 06 2003
EXTENSIONS
More terms from Ray Chandler, Jul 16 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 July 9 02:21 EDT 2024. Contains 374171 sequences. (Running on oeis4.)