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!)
A120611 Sum of previous term and preceding divisors. 2
1, 2, 3, 4, 7, 8, 15, 19, 20, 27, 31, 32, 47, 48, 66, 72, 90, 111, 115, 116, 123, 127, 128, 175, 183, 187, 188, 242, 245, 253, 254, 384, 610, 613, 614, 617, 618, 624, 690, 826, 836, 862, 865, 866, 869, 870, 891, 922, 925, 926, 929, 930, 982, 985, 986, 989, 990 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(1) = 1, a(2) = 2, for n>=2, a(n+1) = a(n) + sum_{1<=k<n, a(k) divides a(n)} a(k).
MATHEMATICA
a = {1, 2}; Do[AppendTo[a, Plus @@ Intersection[a, Divisors[a[[-1]]]]], {n, 3, 57}]; a (* Ivan Neretin, May 13 2015 *)
CROSSREFS
Sequence in context: A097110 A116961 A300486 * A092063 A227007 A370858
KEYWORD
nonn
AUTHOR
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 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)