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!)
A124691 a(n) = lcm(prime(n)+1, prime(n+1)+1) / 2. 0
6, 6, 12, 12, 42, 63, 90, 60, 60, 240, 304, 399, 462, 264, 216, 270, 930, 1054, 612, 1332, 1480, 840, 630, 2205, 2499, 2652, 1404, 2970, 3135, 3648, 2112, 1518, 4830, 1050, 5700, 6004, 6478, 3444, 2436, 2610, 8190, 8736, 9312, 9603, 9900, 5300, 5936, 6384 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = (1/2)*lcm(1+A000040(n), 1+A000040(1+n)).
MATHEMATICA
f[n_] := LCM [Prime[n] + 1, Prime[n + 1] + 1]/2; Table[f@n, {n, 48}] (* Robert G. Wilson v, Jun 28 2007 *)
CROSSREFS
Sequence in context: A315785 A127402 A161418 * A315786 A112437 A122223
KEYWORD
easy,nonn
AUTHOR
Philippe LALLOUET (philip.lallouet(AT)wanadoo.fr), Jun 26 2007
EXTENSIONS
More terms from Robert G. Wilson v, Jun 28 2007
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 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)