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!)
A045955 Twin Even-Lucky-Numbers: lower terms. 6
2, 4, 10, 18, 20, 34, 42, 50, 52, 68, 98, 100, 114, 116, 130, 138, 148, 170, 196, 212, 228, 244, 260, 298, 308, 324, 372, 386, 388, 418, 434, 436, 516, 522, 532, 546, 586, 596, 628, 642, 644, 706, 708, 714, 738, 740, 778, 868, 882, 884, 914, 962, 964, 994, 996, 1090 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A045957(n) - 1 = A045956(n) - 2. - Amiram Eldar, Mar 20 2024
MATHEMATICA
evenLuckies[max_] := Module[{lst = Range[2, max, 2], i = 2, len}, While[i <= (len = Length@lst) && (k = lst[[i]]) <= len, lst = Drop[lst, {k, len, k}]; i++]; lst]; twinLow[max_] := Module[{s = evenLuckies[max]}, s[[Position[ Differences[s], 2] // Flatten]]]; twinLow[1100] (* Amiram Eldar, Mar 20 2024, after Robert G. Wilson v at A045954 *)
CROSSREFS
Sequence in context: A034455 A057491 A005541 * A182248 A093695 A308529
KEYWORD
nonn
AUTHOR
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 25 13:12 EDT 2024. Contains 371969 sequences. (Running on oeis4.)