Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A033500
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A033500 See program line. +0
1
1, 2, 4, 7, 12, 18, 27, 41, 57, 79, 110, 144, 192, 256, 325, 416, 538, 666, 828, 1038, 1257, 1540, 1892, 2258, 2715, 3294, 3889, 4612, 5497, 6404, 7521, 8857, 10224, 11874, 13876, 15912, 18314, 21173, 24080 (list; graph; listen)
OFFSET

1,2

MAPLE

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

CROSSREFS

Sequence in context: A065962 A049703 A002621 this_sequence A003318 A035300 A035296

Adjacent sequences: A033497 A033498 A033499 this_sequence A033501 A033502 A033503

KEYWORD

nonn

AUTHOR

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

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 10 00:48 EST 2009. Contains 170565 sequences.


AT&T Labs Research