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!)
A351162 a(1)=2048. For n>1, a(n) is the LCM of a(n-1) and A140635(a(n-1)). 1
2048, 30720, 645120, 7096320, 92252160, 1383782400, 23524300800, 446961715200, 10280119449600, 71960836147200, 2086864248268800, 64692791696332800, 582235125266995200, 21542699634878822400, 883250685030031718400, 37979779456291363891200, 189898897281456819456000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Similar sequences starting with smaller powers of 2 are known to converge after a few terms.
This sequence is constant from n = 35. I.e.: a(n) = a(35) for all n >= 36. - Daniel Suteu, Mar 15 2022
LINKS
Daniel Suteu, Perl program
EXAMPLE
2048 has 12 divisors. LCM of 2048 and 60 (smallest number with 12 divisors) is 30720.
MATHEMATICA
f[n_] := Module[{d = DivisorSigma[0, n], k = 1}, While[DivisorSigma[0, k] != d, k++]; k]; a[1] = 2048; a[n_] := a[n] = LCM[a[n - 1], f[a[n - 1]]]; Array[a, 5] (* Amiram Eldar, Feb 04 2022 *)
CROSSREFS
Cf. A140635.
Sequence in context: A316499 A135290 A204837 * A100629 A247934 A195659
KEYWORD
nonn
AUTHOR
J. Lowell, Feb 04 2022
EXTENSIONS
a(5)-a(7) from Amiram Eldar, Feb 04 2022
a(8)-a(17) from Jon E. Schoenfield and Daniel Suteu, Mar 15 2022
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 24 10:49 EDT 2024. Contains 371935 sequences. (Running on oeis4.)