The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A283487 a(1)=1. a(n)>a(n-1) is the smallest positive integer such that the number of divisors of Sum{k=1..n} a(k) is n. 0
1, 2, 6, 12, 60, 66, 582, 605, 782, 881, 56052, 56059, 416333, 416591, 425552, 425554, 41247583, 41247675, 303126093, 303126138, 304477309, 304482240, 30081553433, 30081553435, 30710954157, 30711032607, 30712767417, 30712767879, 22692482319857, 22692482320447 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
a[1] = 1; a[n_] := a[n]=Module[{an = a[n-1] + 1}, While[DivisorSigma[0, Sum[a[i], {i, n - 1}] + an] != n, an++]; an]; a/@Range[17]
CROSSREFS
Cf. A175350.
Sequence in context: A347304 A065887 A072181 * A126915 A328450 A322381
KEYWORD
nonn
AUTHOR
Ivan N. Ianakiev, Mar 08 2017
EXTENSIONS
a(18)-a(30) from Giovanni Resta, Mar 09 2017
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 May 15 04:25 EDT 2024. Contains 372536 sequences. (Running on oeis4.)