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!)
A166169 a(n) = Lucas(n^2) = A000204(n^2) for n >= 1. 3
1, 7, 76, 2207, 167761, 33385282, 17393796001, 23725150497407, 84722519070079276, 792070839848372253127, 19386725908489881939795601, 1242282009792667284144565908482, 208406472252232726621841472637412401 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Logarithmic derivative of A166168.
a(n) = ((1 + sqrt(5))/2)^(n^2) + ((1 - sqrt(5))/2)^(n^2).
a(n) = Fibonacci(n^2 - 1) + Fibonacci(n^2 + 1).
MATHEMATICA
Table[LucasL[n^2], {n, 1, 10}] (* G. C. Greubel, May 06 2016 *)
PROG
(PARI) a(n)=fibonacci(n^2-1)+fibonacci(n^2+1)
(Magma) [ Lucas(n^2) : n in [1..50]]; // Vincenzo Librandi, Apr 14 2011
CROSSREFS
Sequence in context: A337595 A215515 A215518 * A284068 A153688 A059195
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Oct 08 2009
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 May 6 05:18 EDT 2024. Contains 372290 sequences. (Running on oeis4.)