Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A033489
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A033489 a(1) = 1, a(n) = 2*a(n-1) + a([n/2]). +0
1
1, 3, 7, 17, 37, 81, 169, 355, 727, 1491, 3019, 6119, 12319, 24807, 49783, 99921, 200197, 401121, 802969, 1607429, 3216349, 6435717, 12874453, 25755025, 51516169, 103044657, 206101633, 412228073, 824480953, 1649011689 (list; graph; listen)
OFFSET

1,2

MAPLE

A033489 := proc(n) option remember; if n = 1 then 1 else A033489(n-1)+A033489(round(2*(n-1)/2))+A033489(round((n-1)/2)); fi; end;

PROGRAM

(PARI) a(n)=if(n<2, 1, (2*a(n-1)+a(floor(n/2))))

CROSSREFS

Sequence in context: A026646 A026668 A111210 this_sequence A026396 A141199 A003478

Adjacent sequences: A033486 A033487 A033488 this_sequence A033490 A033491 A033492

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

EXTENSIONS

Better description and more terms from Benoit Cloitre (benoit7848c(AT)orange.fr), Jan 06 2004

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