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!)
A100278 Group the terms of A001511 into clumps so that the sum in each clump is just larger than the sum of the previous clump; sequence gives the sums of the clumps. 0
1, 2, 4, 8, 10, 13, 15, 17, 18, 21, 22, 27, 32, 34, 35, 37, 38, 40, 42, 44, 51, 53, 56, 57, 58, 62, 63, 64, 66, 67, 68, 71, 73, 75, 76, 79, 81, 82, 84, 85, 86, 87, 89, 91, 92, 93, 94, 95, 97, 100, 104, 106, 108, 109, 110, 111, 112, 113, 114, 116, 120, 121, 123, 128, 130, 133 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
1, 2, (1+3), (1+2+1+4), (1+2+1+3+1+2), (1+5+1+2+1+3), (1+2+1+4+1+2+1+3), ...
PROG
(PARI) (mult(n, d)=local(r); r=0; while(n%d==0, n\=d; r++); r); v=[]; l=0; t=0; for(i=1, 10000, t+=1+mult(i, 2); if(t>l, v=concat(v, [t]); l=t; t=0)); v \\ Franklin T. Adams-Watters, May 27 2006
CROSSREFS
Cf. A001511.
Sequence in context: A331669 A154788 A219617 * A075333 A297250 A014190
KEYWORD
nonn,easy
AUTHOR
Jorge Coveiro, Dec 28 2004
EXTENSIONS
More terms from Franklin T. Adams-Watters, May 27 2006
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 June 9 14:04 EDT 2024. Contains 373243 sequences. (Running on oeis4.)