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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A087271 Least number x such that GCD[x,pi[x]]=n. 0
1, 4, 6, 8, 50, 66, 77, 56, 27, 30, 33, 156, 169, 182, 465, 224, 238, 252, 2299, 1380, 189, 902, 207, 96, 100, 1872, 1323, 2464, 1247, 120, 1333, 3168, 528, 1258, 1295, 828, 3441, 2888, 1755, 5800, 1271, 1932, 731, 748, 765, 2852, 2209, 11568, 2695, 4000 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

a(n)=Min{x; GCD[x, A000720(x)]=n}

EXAMPLE

n=253: a(253)=91586, pi(91586)=8855,

GCD[91586,8855]=253 first time.

MATHEMATICA

f[x_] := GCD[x, PrimePi[x]]; t=Table[0, {257}]; Do[s=f[n]; If[s<258&&t[[s]]==0, t[[s]]=n], {n, 1, 100000}]; t

CROSSREFS

Cf. A007053, A000720, A087266-A087269, A057809.

Sequence in context: A019161 A137026 A090938 * A067797 A203633 A190630

Adjacent sequences:  A087268 A087269 A087270 * A087272 A087273 A087274

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Sep 16 2003

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 16 08:13 EST 2012. Contains 205893 sequences.