Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A043328
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A043328 a(0)=1; a(1)=1; a(n)= a(n-1) + floor(sqrt(a(n-1)*a(n-2))) + floor(sqrt(a(n-3)*a(n-4))) + .... +0
2
1, 1, 2, 3, 6, 11, 22, 42, 83, 162, 318, 623, 1224, 2402, 4717, 9261, 18185, 35706, 70111, 137665, 270313, 530772, 1042200, 2046413, 4018242, 7890029, 15492492, 30420327, 59731927, 117286804, 230298862, 452204027, 887926594, 1743490958 (list; graph; listen)
OFFSET

0,3

COMMENT

Nonlinear recurrence similar to that for Narayana numbers.

MATHEMATICA

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

CROSSREFS

Cf. A002083, A043327.

Sequence in context: A018613 A036589 A123341 this_sequence A002083 A124973 A043327

Adjacent sequences: A043325 A043326 A043327 this_sequence A043329 A043330 A043331

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 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research