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!)
A005372 a(n) = L(L(n+1)+1), where L(n) are Lucas numbers A000032.
(Formerly M2628)
2
3, 7, 11, 47, 322, 9349, 1860498, 10749957122, 12360848946698171, 82123488809519507169850807, 627376215338105766356982006981782561278127, 31842547163971605907183271059340725709462269514762215168643703957079 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
MAPLE
L:= n-> (<<0|1>, <1|1>>^(n). <<2, 1>>)[1, 1]:
a:= n-> L(L(n+1)+1):
seq(a(n), n=0..12); # Alois P. Heinz, Jun 01 2016
MATHEMATICA
LucasL[1 +LucasL[Range[16]]] (* G. C. Greubel, Nov 14 2022 *)
PROG
(Magma) [Lucas(1+Lucas(n+1)): n in [0..15]]; // G. C. Greubel, Nov 14 2022
(SageMath) [lucas_number2(1+lucas_number2(n+1, 1, -1), 1, -1) for n in range(15)] # G. C. Greubel, Nov 14 2022
CROSSREFS
Sequence in context: A333421 A358311 A217383 * A125220 A016081 A287301
KEYWORD
nonn
AUTHOR
EXTENSIONS
a(8) onwards corrected by Sean A. Irvine, Jun 01 2016
Name edited by Alois P. Heinz, Jun 01 2016
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 August 8 22:22 EDT 2024. Contains 375024 sequences. (Running on oeis4.)