login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A156031 Alternate A022941 and A143344. 4
1, 2, 3, 5, 4, 9, 6, 15, 7, 22, 8, 30, 10, 40, 11, 51, 12, 63, 13, 76, 14, 90, 16, 106, 17, 123, 18, 141, 19, 160, 20, 180, 21, 201, 23, 224, 24, 248, 25, 273, 26, 299, 27, 326, 28, 354, 29, 383, 31, 414, 32, 446, 33, 479, 34, 513, 35, 548, 36, 584, 37, 621, 38, 659, 39, 698 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Eric Angelini's definition was: start with 1,2,3; then alternately adjoin either the sum of the last two terms or the smallest number not yet in the sequence.

LINKS

M. F. Hasler, Table of n, a(n) for n=1,2001.

PROG

(PARI) f="b156031.txt"; used=[]; write(f, c=1, " ", b=1); a=1; for(i=1, 1e3, used=setunion(used, Set(a+=b)); while(setsearch(used, b++), used=setminus(used, Set(b))); write(f, c++, " "a"\n", c++, " "b)) \\ [From M. F. Hasler, Nov 01 2009]

CROSSREFS

Cf. A022941, A143344, A167151, A005228, A030124.

Sequence in context: A060000 A074050 A075301 * A119475 A096116 A085875

Adjacent sequences:  A156028 A156029 A156030 * A156032 A156033 A156034

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Nov 01 2009, based on a posting by Eric Angelini to the Sequence Fans Mailing List.

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 01:31 EST 2012. Contains 205860 sequences.