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!)
A309772 Least common multiple of prime(n+1)+1 and prime(n)+1. 1
12, 12, 24, 24, 84, 126, 180, 120, 120, 480, 608, 798, 924, 528, 432, 540, 1860, 2108, 1224, 2664, 2960, 1680, 1260, 4410, 4998, 5304, 2808, 5940, 6270, 7296, 4224, 3036, 9660, 2100, 11400, 12008, 12956, 6888, 4872, 5220, 16380, 17472, 18624, 19206, 19800, 10600 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) = (prime(n)+1)*(prime(n+1)+1)/2 if n is in A066940. - Robert Israel, Aug 16 2019
LINKS
FORMULA
a(n) = lcm(A008864(n+1), A008864(n)) = lcm(prime(n+1)+1, prime(n)+1).
MAPLE
P:= [seq(ithprime(i), i=1..100)]:
seq(ilcm(P[i]+1, P[i+1]+1), i=1..99); # Robert Israel, Aug 16 2019
MATHEMATICA
Array[LCM[Prime[#] + 1, Prime[# + 1] + 1] &, 50] (* Amiram Eldar, Aug 16 2019 *)
PROG
(Magma) [Lcm(1+NthPrime(n), 1+NthPrime(n+1)):n in [1..50]]; // Marius A. Burtea, Aug 16 2019
CROSSREFS
Cf. A008864, A063086 (gcd), A066940, A180617 (product).
Sequence in context: A040133 A092538 A354571 * A335778 A022346 A174020
KEYWORD
nonn,look
AUTHOR
Daniel Hoyt, Aug 16 2019
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 September 4 09:40 EDT 2024. Contains 375681 sequences. (Running on oeis4.)