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!)
A139717 If k is the smallest divisor of n that is >= sqrt(n) then a(n) = k^2 - n. 2
0, 2, 6, 0, 20, 3, 42, 8, 0, 15, 110, 4, 156, 35, 10, 0, 272, 18, 342, 5, 28, 99, 506, 12, 0, 143, 54, 21, 812, 6, 930, 32, 88, 255, 14, 0, 1332, 323, 130, 24, 1640, 7, 1806, 77, 36, 483, 2162, 16, 0, 50, 238, 117, 2756, 27, 66, 8, 304, 783, 3422, 40, 3660, 899, 18, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(p) = p*(p-1) for all primes p. a(n^2) = 0 for all positive integers n.
LINKS
MATHEMATICA
f[n_]:=Module[{m=First[Select[Divisors[n], #>=Sqrt[n]&]]}, m^2-n]; Array[f, 65] (* Harvey P. Dale, Apr 02 2011 *)
CROSSREFS
Sequence in context: A057635 A269943 A243015 * A285119 A202535 A138703
KEYWORD
nonn
AUTHOR
Leroy Quet, May 01 2008
EXTENSIONS
Extended by Ray Chandler, Jul 01 2009
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 10:01 EDT 2024. Contains 371967 sequences. (Running on oeis4.)