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!)
A048973 Complement of A005243. 4

%I #14 Oct 22 2016 02:57:34

%S 4,7,9,12,13,15,20,23,26,27,28,31,36,38,39,42,44,48,50,52,53,55,56,61,

%T 63,64,66,74,79,83,85,89,98,101,103,107,109,114,120,123,125,128,131,

%U 133,136,144,152,157,159,160,165,168,182,184,190,192,198,203,208,212

%N Complement of A005243.

%C The sequence appears to be growing slightly faster than quadratically. - _T. D. Noe_, Nov 04 2007

%H T. D. Noe, <a href="/A048973/b048973.txt">Table of n, a(n) for n=1..6564</a> (terms < 10^8)

%t nmax = 250; For[ s = {1, 2}; n = 3, n <= nmax, n++, ls = Length[s]; tt = Total /@ Flatten[Table[s[[i ;; j]], {i, 1, ls - 1}, {j, i + 1, ls}], 1]; If[MemberQ[tt, n], AppendTo[s, n]]]; A048973 = Complement[Range[nmax], s] (* _Jean-François Alcover_, Oct 21 2016 *)

%o (Haskell)

%o import Data.List.Ordered (minus)

%o a048973 n = a048973_list !! (n-1)

%o a048973_list = [1..] `minus` a005243_list

%o -- _Reinhard Zumkeller_, Dec 17 2015

%K nonn,easy,nice

%O 1,1

%A D. R. Hofstadter

%E More terms from Larry Reeves (larryr(AT)acm.org), Oct 02 2000

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 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)