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!)
A064923 a(n) = Min { k | A064920(k) = n }. 4
2, 3, 6, 5, 10, 7, 14, 16, 24, 11, 22, 13, 26, 39, 52, 17, 34, 19, 38, 57, 76, 23, 46, 69, 72, 115, 120, 29, 58, 31, 62, 64, 96, 155, 160, 37, 74, 111, 148, 41, 82, 43, 86, 129, 172, 47, 94, 141, 144, 235, 240, 53, 106, 159, 162, 265, 270, 59, 118, 61, 122, 183, 244 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
COMMENTS
A064920(a(n)) = n. a(n) = n iff n is prime.
LINKS
PROG
(PARI) gpf(n)= { local(f); f=factor(n)~; return(f[1, length(f)]) } { for (n=2, 1000, k=1; until (m==n, k++; g=gpf(k); m=k / g + g - 1); write("b064923.txt", n, " ", k) ) } \\ Harry J. Smith, Sep 29 2009
CROSSREFS
Sequence in context: A043547 A338702 A064919 * A064924 A196330 A332462
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Oct 14 2001
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)