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!)
A084191 a(n) = A084190(A084190(n)). 2
1, 1, 1, 2, 3, 36, 10, 60, 21, 157080, 36, 2394591020640, 330, 438900, 702, 185640, 105, 392201962392240, 680, 47347883887966200, 450574740, 3183089069160, 210 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
Next term: a(24) = A084190(53130) > 10^91.
B-file goes up to n=59 because a(60) has 1503 digits. - Robert Israel, Sep 04 2019
LINKS
MAPLE
A084190:= n -> ilcm(op(map(`-`, numtheory:-divisors(n) minus {1}, 1))):
map(A084190@A084190, [$1..30]); # Robert Israel, Sep 04 2019
MATHEMATICA
b[n_] := LCM @@ (Rest[Divisors[n]] - 1);
a[n_] := If[n <= 2, 1, b@b@n];
Array[a, 59] (* Jean-François Alcover, Dec 16 2021 *)
CROSSREFS
Cf. A084190.
Sequence in context: A042663 A072291 A325500 * A080357 A064032 A118443
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, May 18 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 3 05:06 EDT 2024. Contains 373966 sequences. (Running on oeis4.)