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!)
A084709 a(1) = 4, for n > 1, a(n) = smallest multiple of a(n-1) such that a(n)-1 and a(n)+1 are twin primes. 0
4, 12, 60, 180, 1620, 9720, 417960, 7523280, 308454480, 25293267360, 1593475843680, 74893364652960, 4793175337789440, 517662936481259520, 21224180395731640320, 4075042635980474941440, 611256395397071241216000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
a[1] = 4; a[n_] := a[n] = Block[{k = 2}, While[ !PrimeQ[ k*a[n - 1] - 1] || !PrimeQ[ k*a[n - 1] + 1], k++ ]; k*a[n - 1]]; Table[ a[n], {n, 1, 17}]
CROSSREFS
Sequence in context: A068525 A067755 A051858 * A057394 A054719 A356662
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Jun 09 2003
EXTENSIONS
Edited and extended by Robert G. Wilson v, Jun 15 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 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)