Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A123279
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A123279 a(n) = product of the first n integers from among those positive integers which are coprime to n. +0
1
1, 3, 8, 105, 144, 85085, 5760, 2027025, 3203200, 4216455243, 43545600, 29248404810625, 6706022400, 1305433904506875, 1707444076642304, 191898783962510625, 376610217984000, 232876694951587194633125 (list; graph; listen)
OFFSET

1,2

LINKS

Leroy Quet, Home Page (listed in lieu of email address)

EXAMPLE

The first 4 positive integers which are coprime to 4 are 1,3,5,7. So a(4) = 1*3*5*7 = 105.

MATHEMATICA

f[n_] := Block[{c = n, k = 0, p = 1}, While[c > 0, k++; While[GCD[k, n] > 1, k++ ]; c--; p *= k; ]; p]; Table[f[n], {n, 20}] (*Chandler*)

CROSSREFS

Cf. A069213, A077581, A077582.

Sequence in context: A099296 A066619 A028504 this_sequence A134803 A030063 A051047

Adjacent sequences: A123276 A123277 A123278 this_sequence A123280 A123281 A123282

KEYWORD

nonn

AUTHOR

Leroy Quet Dec 11 2006

EXTENSIONS

Extended by Ray Chandler (rayjchandler(AT)sbcglobal.net), Dec 14 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 December 8 08:31 EST 2009. Contains 170430 sequences.


AT&T Labs Research