Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A109920
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A109920 a(1) = 1, then LCM of consecutive composite numbers sandwitched between primes. +0
3
1, 2, 1, 3, 4, 5, 6, 7, 360, 11, 12, 13, 1680, 17, 18, 19, 4620, 23, 491400, 29, 30, 31, 1884960, 37, 29640, 41, 42, 43, 45540, 47, 12994800, 53, 45821160, 59, 60, 61, 89369280, 67, 164220, 71, 72, 73, 211110900, 79, 265680, 83, 195878760, 89 (list; graph; listen)
OFFSET

1,2

FORMULA

a(2n) = prime(n) a(2n+1)= LCM of composite numbers between prime(n) and prime(n+1). a(1) = a(3) = 1 by choice.

MAPLE

A109920 := proc(n) local p; if n mod 2 = 0 then ithprime(n/2) ; elif n = 1 then 1 ; else p := ithprime((n-1)/2) ; lcm(seq(i, i=p+1..nextprime(p)-1)) ; fi ; end: for n from 1 to 80 do printf("%d, ", A109920(n)) ; od ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), May 02 2007

CROSSREFS

Cf. A109919.

Sequence in context: A101204 A035043 A058684 this_sequence A109919 A082750 A048212

Adjacent sequences: A109917 A109918 A109919 this_sequence A109921 A109922 A109923

KEYWORD

easy,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jul 16 2005

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), May 02 2007

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 July 26 23:19 EDT 2008. Contains 142293 sequences.


AT&T Labs Research