Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A106706
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A106706 a(0) = 19; for n>0, successively subtract 5, subtract 3 and double. +0
1
19, 14, 11, 22, 17, 14, 28, 23, 20, 40, 35, 32, 64, 59, 56, 112, 107, 104, 208, 203, 200, 400, 395, 392, 784, 779, 776, 1552, 1547, 1544, 3088, 3083, 3080, 6160, 6155, 6152, 12304, 12299, 12296, 24592, 24587, 24584, 49168, 49163, 49160, 98320, 98315, 98312, 196624 (list; graph; listen)
OFFSET

0,1

COMMENT

Suggested by a test found on the Internet.

LINKS

Jeffrey N. Shaumeyer, Bearcastle Blog, One Post, Two ...

MAPLE

f:=proc(n) option remember; if n=0 then RETURN(19); fi; if n mod 3 = 1 then RETURN(f(n-1)-5); elif n mod 3 = 2 then RETURN(f(n-1)-3); else RETURN(2*f(n-1)); fi; end;

CROSSREFS

Sequence in context: A088934 A155848 A088399 this_sequence A099939 A135734 A109410

Adjacent sequences: A106703 A106704 A106705 this_sequence A106707 A106708 A106709

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), based on correspondence with Jeffrey N. Shaumeyer, Apr 23 2006

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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research