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!)
A192660 Floor-Sqrt transform of Lucas numbers (A000032). 2
1, 1, 1, 2, 2, 3, 4, 5, 6, 8, 11, 14, 17, 22, 29, 36, 46, 59, 76, 96, 122, 156, 199, 253, 321, 409, 521, 662, 842, 1072, 1364, 1735, 2206, 2807, 3571, 4542, 5777, 7349, 9349, 11892, 15126, 19241, 24476, 31133, 39602, 50375, 64079, 81509, 103681, 131885 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
This is the same as the floor-sqrt transform of phi^n, where phi = (1+sqrt(5))/2.
LINKS
FORMULA
a(n) = floor(sqrt(Lucas(n))).
MATHEMATICA
Table[Floor[Sqrt[LucasL[n]]], {n, 0, 100}]
PROG
(Maxima) makelist(floor(sqrt(fib(n-1)+fib(n+1))), n, 0, 24);
(Magma) [Floor(Sqrt(Lucas(n))): n in [0..50]]; // Vincenzo Librandi, Sep 30 2017
(PARI) a(n) = sqrtint(fibonacci(n-1)+fibonacci(n+1)); \\ Michel Marcus, Sep 30 2017
CROSSREFS
Sequence in context: A241377 A266750 A143065 * A173692 A316079 A091585
KEYWORD
nonn
AUTHOR
Emanuele Munarini, Jul 07 2011
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 18 04:31 EDT 2024. Contains 371767 sequences. (Running on oeis4.)