login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A084921 LeastCommonMultiple(prime(n)-1, prime(n)+1). 7
3, 4, 12, 24, 60, 84, 144, 180, 264, 420, 480, 684, 840, 924, 1104, 1404, 1740, 1860, 2244, 2520, 2664, 3120, 3444, 3960, 4704, 5100, 5304, 5724, 5940, 6384, 8064, 8580, 9384, 9660, 11100, 11400, 12324, 13284, 13944, 14964, 16020, 16380 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

a(n)=A084920(n)/2 for n>1; a(n)=A084922(n)*3 for n>2.

Sequence A084921 consists of terms of sequences A055523 and A055527 for prime n > 2. - Toni Lassila (tlassila(AT)cc.hut.fi), Feb 02 2004

MATHEMATICA

f[n_]:=LCM[n-1, n+1]; lst={}; Do[p=Prime[n]; AppendTo[lst, f[p]], {n, 5!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Oct 04 2009]

CROSSREFS

Cf. A000040, A006093, A008864.

Cf. A055523, A055527.

Sequence in context: A111357 A081621 A073713 * A070765 A000577 A111758

Adjacent sequences:  A084918 A084919 A084920 * A084922 A084923 A084924

KEYWORD

nonn

AUTHOR

Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Jun 11 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 12:15 EST 2012. Contains 205909 sequences.