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!)
A111861 a(n) is the number of integers of the form (n+k)/(n-k)^2 for k>0. 0
1, 2, 2, 5, 2, 4, 4, 4, 2, 4, 4, 4, 3, 4, 3, 7, 2, 4, 3, 4, 2, 7, 3, 4, 3, 4, 3, 4, 4, 4, 4, 4, 2, 6, 3, 5, 4, 4, 3, 6, 3, 4, 4, 4, 2, 6, 3, 4, 3, 4, 3, 6, 2, 4, 3, 6, 2, 6, 3, 4, 5, 4, 3, 4, 2, 5, 6, 4, 3, 6, 4, 4, 2, 4, 3, 6, 2, 5, 6, 4, 2, 4, 3, 4, 3, 5, 3, 6, 2, 4, 4, 6, 3, 6, 3, 5, 3, 4, 3, 4, 3, 4, 4, 4, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
First occurrence of n [0,500] is at a(k): 0,1,12,5,3,33,15,210,105, ..., . - Robert G. Wilson v, Nov 23 2005
LINKS
EXAMPLE
For n=14 we have integer value for the form when k={13; 15; 18} and (14+k)/(14-k)^2 = {27, 29, 2}. Thus a(14) = 3
MATHEMATICA
f[n_] := Length[Select[(n + #)/(n - #)^2 & /@ Range[n^2 + 3], IntegerQ[ # ] &]]; Array[f, 105] (* Robert G. Wilson v *)
CROSSREFS
Sequence in context: A351346 A061034 A245635 * A004543 A153078 A245565
KEYWORD
easy,nonn
AUTHOR
EXTENSIONS
Corrected and extended by Robert G. Wilson v, Nov 23 2005
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)