login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A095169
Leading diagonal of the triangle A095167.
4
1, 4, 9, 14, 30, 26, 63, 48, 66, 72, 176, 90, 247, 119, 144, 168, 425, 198, 551, 230, 270, 290, 828, 327, 445, 394, 474, 470, 1305, 519, 1426, 592, 636, 680, 749, 756, 2072, 838, 903, 926, 2624, 978, 2881, 1058, 1130, 1194, 3337, 1266, 1582, 1356
OFFSET
1,2
PROG
(PARI) S=Set(); for(n=2, 20, k=0; m=1; while(k<n, m++; if(!setsearch(S, m) && gcd(m, n)>1, S=setunion(S, [m]); k++) ); print1(" ", m) ) (Alekseyev)
CROSSREFS
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Jun 01 2004
EXTENSIONS
More terms from Max Alekseyev, Jun 30 2005
STATUS
approved