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!)
A180710 a(n) = sigma(2^(n-1)*a(n-1)) for n>1 with a(1)=1. 0
1, 3, 28, 504, 26520, 3090528, 690908400, 432222336000, 543025101265920, 1255553120600064000, 6002949274226395545600, 65900815978203369461760000, 1290586365875976383280969154560, 48847915039427778415352397535641600 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: sigma(n) | a(n) for n>=1.
LINKS
MATHEMATICA
nxt[{a_, b_}]:={a+1, DivisorSigma[1, 2^a*b]}; Transpose[NestList[nxt, {1, 1}, 20]][[2]] (* Harvey P. Dale, Oct 02 2012 *)
PROG
(PARI) a(n)=if(n==1, 1, sigma(2^(n-1)*a(n-1)))
CROSSREFS
Sequence in context: A327114 A327336 A355473 * A005328 A192559 A161971
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 July 3 11:36 EDT 2024. Contains 373974 sequences. (Running on oeis4.)