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!)
A079299 Not a binomial number: not of form a^k +- b^k for k >= 2. 3
6, 14, 22, 30, 38, 42, 46, 62, 66, 70, 78, 86, 94, 102, 110, 114, 118, 134, 138, 142, 150, 154, 158, 166, 174, 182, 186, 190, 198, 206, 210, 214, 222, 230, 238, 246, 254, 258, 262, 266, 270, 278, 282, 286, 294, 302, 310, 318, 322, 326, 330, 334, 350, 354, 358 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
N:= 1000: # to get all terms <= N
kmax:= floor(LambertW(2*ln(2)*N)/ln(2)):
S:= {};
for k from 2 to kmax do
bmax:= floor((N/k)^(1/(k-1)));
S:= S union select(`<=`, {seq(seq(b^k-a^k, a=0..b-1), b=1..bmax), seq(seq(b^k+a^k, a=0..b), b=1..floor(N^(1/k)))}, N);
od:
sort(convert({$1..N} minus S, list)); # Robert Israel, Jan 03 2019
CROSSREFS
Complement of A079298.
Sequence in context: A197127 A197171 A062316 * A043445 A189785 A017137
KEYWORD
nonn
AUTHOR
David W. Wilson, Feb 09 2003
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)