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!)
A180709 a(n) = sigma(n*a(n-1)) for n>1 with a(1)=1. 0
1, 3, 13, 98, 1026, 16940, 318402, 8751951, 138772480, 4323245864, 120795955200, 5325759445800, 253615827548160, 17175333492928512, 1074413211620474880, 76931332113306746880, 5820049307236627906560, 433263727052606574415872 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
nxt[{n_, a_}]:={n+1, DivisorSigma[1, a(n+1)]}; NestList[nxt, {1, 1}, 20][[All, 2]] (* Harvey P. Dale, Apr 28 2018 *)
PROG
(PARI) a(n)=if(n==1, 1, sigma(n*a(n-1)))
CROSSREFS
Cf. A119791.
Sequence in context: A144276 A083770 A084725 * A125207 A352300 A306082
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Sep 18 2010
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 19 07:22 EDT 2024. Contains 371782 sequences. (Running on oeis4.)