Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A064354
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A064354 Distinct values arising in the sequence of LCM of the first n nonprime numbers. +0
2
1, 4, 12, 24, 72, 360, 2520, 5040, 55440, 277200, 3603600, 10810800, 21621600, 367567200, 6983776800, 160626866400, 1124388064800, 32607253879200, 1010824870255200, 2021649740510400, 74801040398884800, 224403121196654400 (list; graph; listen)
OFFSET

1,2

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,100

EXAMPLE

Different from A003418 and A051451.

MATHEMATICA

t=t=Select[ Range[ 1, 200 ], !PrimeQ[ # ] & ] Union[ Table[ Apply[ LCM, Table[ Part[ t, w ], {w, 1, s} ] ], {s, 1, 100} ] ]

PROGRAM

(PARI) { n=0; b=1; for (m=1, 10^9, if (m>1, if (isprime(m) || (b=lcm(a, m)) == a, next)); write("b064354.txt", n++, " ", a=b); if (n==100, break) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Sep 12 2009]

CROSSREFS

A018252, A002808, A003418, A051451, A025543.

Sequence in context: A003203 A051193 A025543 this_sequence A073841 A140813 A032339

Adjacent sequences: A064351 A064352 A064353 this_sequence A064355 A064356 A064357

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Sep 25 2001

EXTENSIONS

a(22) from Harry J. Smith (hjsmithh(AT)sbcglobal.net), Sep 12 2009

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 November 23 17:09 EST 2009. Contains 167438 sequences.


AT&T Labs Research