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!)
A095168 Leading diagonal of A095169 4
1, 2, 3, 8, 5, 16, 7, 32, 27, 50, 11, 69, 13, 92, 85, 122, 17, 147, 19, 145, 161, 232, 23, 273, 235, 328, 333, 287, 29, 472, 31, 520, 407, 595, 497, 639, 37, 758, 533, 755, 41, 763, 43, 649, 955, 1064, 47, 1137, 1043, 1135 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI) S=Set(); for(n=2, 50, k=0; m=1; while(k<n, m++; if(!setsearch(S, m)&&gcd(m, n)>1, S=setunion(S, [m]); if(k==0, print1(" ", m)); k++))) (Alekseyev)
CROSSREFS
Sequence in context: A097505 A343072 A352844 * A130479 A272878 A094181
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Jun 01 2004
EXTENSIONS
More terms from Max Alekseyev, Jun 30 2005
STATUS
approved

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 23 05:37 EDT 2024. Contains 371906 sequences. (Running on oeis4.)