Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A130479
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A130479 a(n) = smallest positive integer such that LCM(a(0),a(1),a(2),..,a(n)) is a multiple of n!!, for all nonnegative integers n. (n!! = n(n-2)(n-4)...(2 or 1).). +0
2
1, 1, 2, 3, 8, 5, 16, 7, 128, 27, 256, 11, 1024, 13, 2048, 2025, 32768, 17, 65536, 19, 262144, 11907, 524288, 23, 4194304, 625, 8388608, 6561, 33554432, 29, 67108864, 31, 2147483648, 2381643, 4294967296, 1071875, 17179869184, 37, 34359738368 (list; graph; listen)
OFFSET

0,3

EXAMPLE

LCM(a(0),a(1),a(2),a(3),a(4),a(5),a(6)) = LCM(1,1,2,3,8,5,16) = 240. 6!! = 6*4*2 = 48 divides 240.

MAPLE

A130479 := proc(nmax) local a, n, df, k, f, p, l; a := [1, 1] ; while nops(a)< nmax do n := nops(a) ; df := ifactors(doublefactorial(n))[2] ; l := ilcm(op(a)) ; k := 1 ; for f in df do p := op(1, f)^op(2, f) ; if l mod p <> 0 then k := k*p ; fi; od: a := [op(a), k] ; od; RETURN(a) ; end: A130479(60) ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 16 2007

CROSSREFS

Cf. A130480.

Sequence in context: A086471 A097505 A095168 this_sequence A094181 A004730 A050369

Adjacent sequences: A130476 A130477 A130478 this_sequence A130480 A130481 A130482

KEYWORD

nonn

AUTHOR

Leroy Quet (qq-quet(AT)mindspring.com), May 29 2007

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 16 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 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research