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!)
A101505 Smallest m such that A101504(m) = n. 2
0, 2, 3, 4, 6, 7, 10, 11, 15, 20, 25, 26, 32, 33, 40, 49, 57, 58, 67, 68, 78, 91, 102, 103, 115, 132, 145, 162, 176, 177, 192, 193, 209, 230, 247, 272, 290, 291, 310, 335, 355, 356, 377, 378, 400, 429, 452, 453, 477, 514, 539, 572, 598, 599, 626, 667, 695, 732 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(p+1) = a(p) + 1 for primes p.
LINKS
FORMULA
a(n+1) = a(n) + n + 2 - A101504(a(n)+1), a(1) = 1.
MATHEMATICA
a = {0}; mx = last = 1; Do[If[last <= mx, last++, mx = last; last = Plus @@ Divisors[last][[{-2, 2}]]; AppendTo[a, n]], {n, 750}]; a (* Ivan Neretin, Aug 25 2016 *)
CROSSREFS
Sequence in context: A055802 A114220 A134519 * A259625 A068713 A218549
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Dec 05 2004
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 September 16 22:04 EDT 2024. Contains 375979 sequences. (Running on oeis4.)