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!)
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))+ ... ). 1
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; 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[ n_Integer ] := a[ n ]=a[ n-1 ]+ Floor[ Plus@@Map[ Sqrt[ Times@@# ]&, Partition[ Reverse[ Array[ a, n, 0 ] ], 2 ] ] ]
CROSSREFS
Sequence in context: A124973 A318123 A226594 * A247968 A005578 A058050
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 April 23 12:27 EDT 2024. Contains 371912 sequences. (Running on oeis4.)