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!)
A099072 First differences of A000960, divided by 2. 0
1, 2, 3, 3, 4, 6, 5, 7, 8, 6, 9, 12, 7, 17, 13, 8, 15, 18, 9, 21, 19, 6, 30, 11, 24, 19, 23, 18, 30, 27, 22, 18, 42, 11, 30, 42, 9, 39, 36, 30, 19, 56, 6, 48, 57, 13, 44, 46, 17, 45, 69, 13, 41, 49, 56, 27, 85, 18, 30, 84, 26, 64, 26, 64, 47, 54, 45, 94, 17, 36, 85, 60, 23, 79, 98 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
del[lst_, k_] := lst[[ Select[ Range[ Length[ lst]], Mod[ #, k] != 0 &]]]; For[ k = 2; s = Range[10000], k <= Length[s], k++, s = del[s, k]]; (Drop[s, 1] - Drop[s, -1])/2
CROSSREFS
Sequence in context: A281365 A304705 A131187 * A257241 A239964 A290585
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Nov 15 2004
EXTENSIONS
More terms from Robert G. Wilson v, Nov 15 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 May 29 04:26 EDT 2024. Contains 372921 sequences. (Running on oeis4.)