Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A084709
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
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
1
4, 12, 60, 180, 1620, 9720, 417960, 7523280, 308454480, 25293267360, 1593475843680, 74893364652960, 4793175337789440, 517662936481259520, 21224180395731640320, 4075042635980474941440, 611256395397071241216000 (list; graph; listen)
OFFSET

1,1

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

Adjacent sequences: A084706 A084707 A084708 this_sequence A084710 A084711 A084712

Sequence in context: A068525 A067755 A051858 this_sequence A057394 A054719 A083484

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jun 09 2003

EXTENSIONS

Edited and extended by Robert G. Wilson v (rgwv(AT)rgwv.com), Jun 15 2003

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified October 13 09:05 EDT 2008. Contains 145008 sequences.


AT&T Labs Research