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!)
A169901 Earliest sequence such that (x+y) | a(xy) for all x>=1, y>=1. 1
2, 3, 4, 20, 6, 35, 8, 18, 30, 77, 12, 728, 14, 45, 16, 680, 18, 1881, 20, 252, 110, 299, 24, 3850, 130, 135, 84, 5104, 30, 75361, 32, 396, 238, 665, 36, 28860, 38, 273, 80, 82082, 42, 218569, 44, 360, 2898, 1175, 48, 193648, 350, 2295, 260, 25228, 54, 33495 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
a:= n-> ilcm(seq(d+n/d, d=numtheory[divisors](n))):
seq(a(n), n=1..60); # Alois P. Heinz, Mar 09 2016
MATHEMATICA
eq[n_] := And @@ Table[y = n/x; Mod[a[x*y], x + y] == 0, {x, Divisors[n]}]; r[n_] := Reduce[ eq[n], a[n], Integers] /. C[1] -> 1; Table[a[n] /. ToRules[r[n]], {n, 1, 51}] (* Jean-François Alcover, Aug 03 2012 *)
CROSSREFS
Sequence in context: A250259 A276105 A247574 * A012285 A012281 A098503
KEYWORD
nonn,nice
AUTHOR
Andrew Weimholt, Jul 05 2010
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 02:28 EDT 2024. Contains 371782 sequences. (Running on oeis4.)