Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A118455
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A118455 a(1)=1, a(n) = product{k=2..n}P(k), where P(k) is the largest prime <= k. +0
6
1, 2, 6, 18, 90, 450, 3150, 22050, 154350, 1080450, 11884950, 130734450, 1699547850, 22094122050, 287223586650, 3733906626450, 63476412649650, 1079099015044050, 20502881285836950, 389554744430902050 (list; graph; listen)
OFFSET

1,2

EXAMPLE

a(6)=450 because the largest primes that do not exceed 2,3,4,5,and 6 are, respectively 2,3,3,5, and 5, having product 2*3*3*5*5=450.

MAPLE

a:=proc(n) if n=1 then 1 else product(prevprime(k+1), k=2..n) fi end: seq(a(n), n=1..23); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 30 2006

CROSSREFS

Cf. A118456, A002110, A034386.

Adjacent sequences: A118452 A118453 A118454 this_sequence A118456 A118457 A118458

Sequence in context: A113844 A007869 A118476 this_sequence A053505 A000138 A028857

KEYWORD

easy,nonn

AUTHOR

Leroy Quet (qq-quet(AT)mindspring.com), Apr 28 2006

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 30 2006

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 May 16 23:01 EDT 2008. Contains 139884 sequences.


AT&T Labs Research