login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A094427 Terms of A094302 which are not squarefree, without repetition. 1
38225, 275, 76725, 15345, 691225, 480051, 37947843, 325211285, 65042257, 1805570819, 3477490925, 17504957025, 5834985675, 17582877081, 45778125899, 131914344771, 43971448257, 1073579479975, 1579005333125, 315801066625 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

PROG

(PARI) {q=1; s=Set(q); for(n=2, 2000000, q=if(n>q, q*n, q/gcd(q, n)); if(setsearch(s, q)==0, s=setunion(s, Set(q)); if(!issquarefree(q), print1(q, ", "))))}

CROSSREFS

Cf. A094302, A094426.

Sequence in context: A187938 A172842 A068077 * A138400 A050777 A050765

Adjacent sequences:  A094424 A094425 A094426 * A094428 A094429 A094430

KEYWORD

nonn,easy

AUTHOR

Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), May 02 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 16:53 EST 2012. Contains 205635 sequences.