Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A064499
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A064499 Composite numbers n such that product of aliquot divisors of n is a perfect square. +0
1
12, 16, 18, 20, 28, 32, 44, 45, 48, 50, 52, 63, 68, 75, 76, 80, 81, 92, 98, 99, 112, 116, 117, 124, 147, 148, 153, 162, 164, 171, 172, 175, 176, 180, 188, 192, 207, 208, 212, 236, 242, 243, 244, 245, 252, 256, 261, 268, 272, 275, 279, 284, 288, 292, 300, 304 (list; graph; listen)
OFFSET

1,1

LINKS

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

MATHEMATICA

Do[ If[ !PrimeQ[n] && IntegerQ[ Sqrt[ Apply[ Times, Delete[ Divisors[n], -1]]]], Print[n]], {n, 2, 500} ]

PROGRAM

(PARI) pad(n)= { local(d, p=1); d=divisors(n); for (i=1, length(d) - 1, p*=d[i]); return(p) } { n=0; for (m=2, 10^9, if (!isprime(m) && issquare(pad(m)), write("b064499.txt", n++, " ", m); if (n==1000, break)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Sep 16 2009]

CROSSREFS

Cf. A048699.

Sequence in context: A126763 A058080 A119911 this_sequence A080258 A054290 A107308

Adjacent sequences: A064496 A064497 A064498 this_sequence A064500 A064501 A064502

KEYWORD

base,easy,nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Oct 05 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 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research