Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A033499
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A033499 See program line. +0
1
1, 1, 3, 5, 9, 13, 19, 29, 41, 57, 79, 103, 137, 183, 233, 299, 387, 479, 595, 745, 901, 1103, 1355, 1617, 1945, 2361, 2789, 3309, 3945, 4597, 5399, 6357, 7337, 8519, 9953, 11411, 13131, 15179, 17261, 19759 (list; graph; listen)
OFFSET

1,3

MAPLE

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

CROSSREFS

Sequence in context: A102378 A118026 A108754 this_sequence A106607 A007042 A076274

Adjacent sequences: A033496 A033497 A033498 this_sequence A033500 A033501 A033502

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 20 16:54 EST 2009. Contains 171081 sequences.


AT&T Labs Research