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!)
A101303 a(n) = sigma() [A000203] applied n times to prime(n). 1
3, 7, 28, 60, 360, 1512, 3276, 16256, 65528, 261120, 79360, 1098240, 13852800, 25261824, 79536128, 1040179456, 1710858240, 13815410400, 71687577600, 137707384824, 151060010112, 1932916285440, 4212741841200, 508764077015040, 24560669041920, 26379664917984 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(1)= 3 = sigma(2);
a(2)= 7 = sigma(sigma(3));
a(3)= 28 = sigma(sigma(sigma(5)));
a(4)= 60 = sigma(sigma(sigma(sigma(7)))).
MAPLE
a:= n-> (numtheory[sigma]@@n)(ithprime(n)):
seq(a(n), n=1..30); # Alois P. Heinz, Oct 03 2018
MATHEMATICA
f[n_] := DivisorSigma[1, n]; Table[ Nest[f, Prime[n], n], {n, 25}] (* Robert G. Wilson v, Dec 22 2004 *)
CROSSREFS
Sequence in context: A232806 A270349 A281701 * A148751 A148752 A148753
KEYWORD
nonn,easy
AUTHOR
Jorge Coveiro, Dec 22 2004
EXTENSIONS
Edited and extended by Robert G. Wilson v, Dec 22 2004
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 March 28 18:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)