login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A094426 Terms of A094302 without repetition. 1

%I #2 Mar 30 2012 17:27:42

%S 1,2,6,3,15,5,35,7,77,11,165,55,231,21,483,161,23,667,29,1363,47,2773,

%T 59,5605,1121,6785,115,13685,2737,391,3151,137,19043,139,38225,275,

%U 76725,15345,5115,341,31,8897,1271,41,12751,311,102319,14617,117247

%N Terms of A094302 without repetition.

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

%Y Cf. A094302, A094427.

%K nonn,easy

%O 1,2

%A _Klaus Brockhaus_, May 02 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 20 00:58 EDT 2024. Contains 371798 sequences. (Running on oeis4.)