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!)
A057746 Even numbers not the sum of a pair of twin even-lucky-numbers (from A045955, A045956). 0
2, 292, 324, 356, 372, 612, 1074, 1202, 1842 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjectured to be complete.
LINKS
MATHEMATICA
seq[max_] := Module[{lst = Range[2, max, 2], i = 2, len, t}, While[i <= (len = Length@lst) && (k = lst[[i]]) <= len, lst = Drop[lst, {k, len, k}]; i++]; t = lst[[Position[Differences[lst], 2] // Flatten]]; Complement[Range[2, max, 2], Total /@ Tuples[Join[t, t + 2], 2]]]; seq[2000] (* Amiram Eldar, Mar 20 2024, after Robert G. Wilson v at A045954 *)
CROSSREFS
Sequence in context: A296591 A296607 A203771 * A362517 A132518 A277126
KEYWORD
fini,full,nonn
AUTHOR
Naohiro Nomoto, Oct 30 2000
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 10 10:32 EDT 2024. Contains 373264 sequences. (Running on oeis4.)