The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A085865 a(1) = 2, a(n+1) = a(n)*{sigma(a(n))}, where sigma(n) is the sum of the divisors function. 1
2, 6, 72, 14040, 707616000, 2299654269739008000, 25353370781704805143366427867873280000, 3361021040447648920437074194752848938805829494939344230020451929790873600000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(1) = 1, a(n+1) = a(n) + sigma(a(n)) gives A081973.
LINKS
EXAMPLE
a(3) = 72 and sigma(72)= 195, hence a(4) = 72*195 = 14040.
PROG
(PARI) for(n=1, 9, if(n==1, a=2, a*=sigma(a)); print(a); )
CROSSREFS
Sequence in context: A218891 A117515 A265936 * A300099 A061296 A019993
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 May 15 05:46 EDT 2024. Contains 372538 sequences. (Running on oeis4.)