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!)
A084921 a(n) = lcm(p-1, p+1) where p is the n-th prime. 17
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; text; internal format)
OFFSET
1,1
COMMENTS
This sequence consists of terms of sequences A055523 and A055527 for prime n > 2. - Toni Lassila (tlassila(AT)cc.hut.fi), Feb 02 2004
LINKS
Christian Krause, LODA program for A084921
FORMULA
a(n) = A084920(n)/2 for n > 1; a(n) = A084922(n)*3 for n > 2.
a(n) = A009286(A000040(n)). - Enrique Pérez Herrero, May 17 2012
a(n) ~ 0.5 n^2 log^2 n. - Charles R Greathouse IV, May 15 2013
Product_{n>=1} (1 + 1/a(n)) = 2. - Amiram Eldar, Jan 23 2021
a(n) = (A000040(n)^2 - 1) / 2 for n > 1. - Christian Krause, Mar 27 2021
MATHEMATICA
LCM[#-1, #+1]&/@Prime[Range[50]] (* Harvey P. Dale, Oct 09 2018 *)
PROG
(PARI) a(n)=if(n<2, 3, (prime(n)^2-1)/2) \\ Charles R Greathouse IV, May 15 2013
(Haskell)
a084921 n = lcm (p - 1) (p + 1) where p = a000040 n
-- Reinhard Zumkeller, Jun 01 2013
CROSSREFS
Sequence in context: A081621 A073713 A291023 * A070765 A000577 A333163
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jun 11 2003
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)