login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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))) + .... 1
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; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Nonlinear recurrence similar to that for Narayana numbers.
LINKS
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
Sequence in context: A123341 A372989 A238351 * A141072 A002083 A124973
KEYWORD
nonn,easy
AUTHOR
Olivier Gérard, Jul 18 2001.
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 16 20:53 EDT 2024. Contains 375977 sequences. (Running on oeis4.)