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!)
A111244 Partial sums of A084385. 3
1, 3, 7, 10, 17, 22, 31, 37, 45, 56, 69, 79, 91, 106, 123, 137, 153, 172, 193, 211, 231, 254, 279, 301, 325, 352, 381, 407, 435, 466, 499, 529, 561, 596, 633, 667, 703, 742, 783, 821, 861, 904, 949, 991, 1035, 1082, 1131, 1177, 1225, 1276, 1329, 1379, 1431, 1486, 1543 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n+1) = a(n) + (smallest number coprime with a(n) and not already added). - Reinhard Zumkeller, Aug 15 2015
LINKS
PROG
(Haskell)
a111244 n = a111244_list !! (n-1)
a111244_list = scanl1 (+) a084385_list
-- Reinhard Zumkeller, Aug 15 2015
CROSSREFS
Sequence in context: A128223 A217258 A258864 * A022120 A041191 A304216
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Oct 31 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 25 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)