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!)
A191778 a(1) = 1; a(n)= 2*lcm(n, a(n - 1)). 1
1, 4, 24, 48, 480, 960, 13440, 26880, 161280, 322560, 7096320, 14192640, 369008640, 738017280, 1476034560, 2952069120, 100370350080, 200740700160, 7628146606080, 15256293212160, 30512586424320, 61025172848640, 2807157951037440, 5614315902074880, 56143159020748800 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
n and a(n-1) divide a(n).
LINKS
MATHEMATICA
a[1] = 1; a[n_] := a[n]=2 LCM (n, a[n - 1]); Table[a[n], {n, 100}]
RecurrenceTable[{a[1]==1, a[n]==2*LCM[n, a[n-1]]}, a, {n, 30}] (* Harvey P. Dale, Dec 10 2013 *)
CROSSREFS
Sequence in context: A226575 A052645 A353250 * A157625 A128205 A085250
KEYWORD
nonn
AUTHOR
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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)