[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Revision History for A325465 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
#4 by Susanna Cuyler at Thu May 02 08:50:09 EDT 2019
STATUS

proposed

approved

#3 by Clark Kimberling at Wed May 01 15:35:28 EDT 2019
STATUS

editing

proposed

#2 by Clark Kimberling at Wed May 01 15:33:52 EDT 2019
NAME

allocated for Clark Kimberling

Complement of A325464.

DATA

2, 6, 7, 8, 10, 13, 18, 22, 24, 25, 28, 30, 31, 32, 34, 38, 40, 42, 43, 46, 49, 52, 54, 55, 58, 61, 66, 67, 70, 72, 74, 76, 78, 79, 82, 85, 88, 90, 94, 96, 97, 100, 102, 103, 106, 109, 112, 114, 115, 118, 120, 121, 124, 126, 128, 130, 133, 136, 138, 139, 142

OFFSET

1,1

COMMENTS

These are the numbers 2x and 3x-2 as x ranges through the numbers x>1 in A325464.

LINKS

Clark Kimberling, <a href="/A325465/b325465.txt">Table of n, a(n) for n = 1..10000</a>

MATHEMATICA

a = {1}; Do[AppendTo[a, NestWhile[# + 1 &, Last[a] + 1, Apply[Or,

Map[MemberQ[a, #] &, Select[Flatten[{#/2, (#+2)/3}],

IntegerQ]]] &]], {150}]; a (* A325464 *)

Complement[Range[Last[a]], a] (* A325465 *)

(* Peter J. C. Moses, Apr 25 2019 *)

CROSSREFS
KEYWORD

allocated

nonn,easy

AUTHOR

Clark Kimberling, May 01 2019

STATUS

approved

editing

#1 by Clark Kimberling at Wed May 01 15:22:06 EDT 2019
NAME

allocated for Clark Kimberling

KEYWORD

allocated

STATUS

approved