login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A097919 a(1)=1; a(n+1) = sum{k=1 to n} a(k) a(ceiling(n/k)). 1
1, 1, 2, 5, 13, 35, 92, 246, 646, 1705, 4475, 11755, 30790, 80738, 211424, 553780, 1449999, 3796903, 9940710, 26027151, 68140743, 178399767, 467059142, 1222789414, 3201309100, 8381170779, 21942203523, 57445520528, 150394362117, 393737778753, 1030818974142 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

MAPLE

f:=proc(n) option remember; local k; if n = 1 then RETURN(1); fi; add( f(k)*f(ceil((n-1)/k)), k=1..n-1 ); end;

CROSSREFS

Cf. A097417.

Sequence in context: A112839 A137674 A048781 * A160438 A054657 A024576

Adjacent sequences:  A097916 A097917 A097918 * A097920 A097921 A097922

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), following a suggestion of Benoit Cloitre, Sep 03 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 20:13 EST 2012. Contains 205663 sequences.