Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A080704
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A080704 a(1)=2; for n>1, if n is in the sequence then a(n) is the smallest even integer >a(n-1), otherwise a(n)=a(n-1)+3. +0
3
2, 4, 7, 8, 11, 14, 16, 18, 21, 24, 26, 29, 32, 34, 37, 38, 41, 42, 45, 48, 50, 53, 56, 58, 61, 62, 65, 68, 70, 73, 76, 78, 81, 82, 85, 88, 90, 92, 95, 98, 100, 102, 105, 108, 110, 113, 116, 118, 121, 122, 125, 128, 130, 133, 136, 138, 141, 142, 145, 148 (list; graph; listen)
OFFSET

1,1

FORMULA

It seems that a(n)/n ->2.4799....=62/25 ?

PROGRAM

(PARI) for(n=2, 400, an[n]=if(setsearch(Set(vector(n-1, i, a(i))), n), if(a(n-1)%2, a(n-1)+1, a(n-1)+2), a(n-1)+3))

CROSSREFS

Cf. A080705, A064437, A080717.

Sequence in context: A093696 A074204 A030355 this_sequence A162158 A018552 A030773

Adjacent sequences: A080701 A080702 A080703 this_sequence A080705 A080706 A080707

KEYWORD

nonn,easy

AUTHOR

Benoit Cloitre, Mar 01, 2003

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 1 19:22 EST 2009. Contains 167811 sequences.


AT&T Labs Research