OFFSET
1,2
COMMENTS
REFERENCES
F. Smarandache, Definitions solved and unsolved problems, conjectures and theorems in number theory and geometry, edited by M. Perez, Xiquan Publishing House, 2000.
LINKS
F. Smarandache, Definitions, Solved and Unsolved Problems, Conjectures, ...
Eric Weisstein's World of Mathematics, Smarandache-Wagstaff Function.
MAPLE
A125138 := proc(n) local p, m ; p := ithprime(n) ; for m from 1 to p do if A007489(m) mod p = 0 then RETURN(m) ; end if ; end do ; RETURN(-1) ; end proc: # R. J. Mathar, Mar 14 2007
CROSSREFS
KEYWORD
sign
AUTHOR
N. J. A. Sloane, Jan 21 2007
EXTENSIONS
More terms from R. J. Mathar, Mar 14 2007
STATUS
approved