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!)
A214221 (n^3)-th Lucas number (beginning at 2). 1
2, 1, 47, 439204, 23725150497407, 132878596168524201724674011, 1384619022984618483717737087933569992335566082, 481682208844384447843365760878364816732549453120338354329505085763436029 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
This is to A182149 (n^3)-th Fibonacci number, as A000032 is to A000045.
LINKS
FORMULA
a(n) = A000032(A000578(n)).
a(n) = term (1,1) in the 2 X 1 matrix [0,1; 1,1]^(n^3) * [2;1]. - Alois P. Heinz, Jul 07 2012
EXAMPLE
a(2) = L(2^3) = L(8) = 47.
MAPLE
a:= n-> (<<0|1>, <1|1>>^(n^3). <<2, 1>>)[1, 1]:
seq (a(n), n=0..7); # Alois P. Heinz, Jul 07 2012
MATHEMATICA
f[n_] := LucasL[n^3]; Array[f, 8, 0] (* Robert G. Wilson v, Jul 07 2012 *)
CROSSREFS
Sequence in context: A275706 A308749 A260884 * A100018 A255856 A037056
KEYWORD
nonn,easy
AUTHOR
Jonathan Vos Post, Jul 07 2012
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 March 19 01:22 EDT 2024. Contains 370952 sequences. (Running on oeis4.)