Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A043327
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A043327 a(0)=1; a(1)=1; a(n)= a(n-1) + floor( sqrt(a(n-1)*a(n-2))+ sqrt(a(n-3)*a(n-4))+ ... ). +0
2
1, 1, 2, 3, 6, 11, 22, 43, 85, 166, 327, 641, 1259, 2471, 4853, 9528, 18710, 36737, 72137, 141643, 278125, 546112, 1072322, 2105559, 4134379, 8118070, 15940263, 31299549, 61458328, 120676683, 236955071, 465273846, 913589879, 1793882179 (list; graph; listen)
OFFSET

0,3

COMMENT

Nonlinear recurrence similar to that for Narayana numbers.

MATHEMATICA

a[ 0 ]=0; a[ 1 ]=1; a[ n_Integer ] := a[ n ]=a[ n-1 ]+ Floor[ Plus@@Map[ Sqrt[ Times@@# ]&, Partition[ Reverse[ Array[ a, n, 0 ] ], 2 ] ] ]

CROSSREFS

Cf. A002083, A043328.

Sequence in context: A043328 A002083 A124973 this_sequence A005578 A058050 A026418

Adjacent sequences: A043324 A043325 A043326 this_sequence A043328 A043329 A043330

KEYWORD

nonn,easy

AUTHOR

Olivier Gerard (ogerard(AT)ext.jussieu.fr), Jul 18 2001.

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 July 26 23:19 EDT 2008. Contains 142293 sequences.


AT&T Labs Research