Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A061742
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A061742 Square of product of first n primes. +0
11
1, 4, 36, 900, 44100, 5336100, 901800900, 260620460100, 94083986096100, 49770428644836900, 41856930490307832900, 40224510201185827416900, 55067354465423397733736100, 92568222856376731590410384100 (list; graph; listen)
OFFSET

0,2

COMMENT

Squares of primorials (first definition).

LINKS

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

EXAMPLE

a(4) = 2^2 * 3^2 * 5^2 * 7^2 = 44100.

MATHEMATICA

a[n_]:=Product[Prime[i]^2, {i, 1, n}]; [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Dec 05 2008]

PROGRAM

(PARI) for(n=0, 20, print(prod(k=1, n, prime(k)^2)))

(PARI) { n=-1; m=1; forprime (p=2, prime(101), write("b061742.txt", n++, " ", m^2); m*=p ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 27 2009]

CROSSREFS

Equals A002110^2.

Sequence in context: A009446 A134052 A127901 this_sequence A136469 A120605 A143764

Adjacent sequences: A061739 A061740 A061741 this_sequence A061743 A061744 A061745

KEYWORD

nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Jun 21 2001

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 30 13:13 EST 2009. Contains 167758 sequences.


AT&T Labs Research