The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A267551 Lucas numbers written backwards. 1
2, 1, 3, 4, 7, 11, 81, 92, 74, 67, 321, 991, 223, 125, 348, 4631, 7022, 1753, 8775, 9439, 72151, 67442, 30693, 97046, 286301, 167761, 344172, 402934, 746017, 1589411, 8940681, 9430103, 7480784, 6911887, 34025721, 93233602, 28258333, 12581045, 30830478 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = A004086(A000032(n)).
EXAMPLE
81 is in the sequence because 7 + 11 = 18, which is 81 written backwards.
MATHEMATICA
FromDigits[Reverse[IntegerDigits[#]]]&/@LucasL[Range[0, 50]]
PROG
(Magma) [Seqint(Reverse(Intseq(Lucas(n)))): n in [0..50]];
(PARI) a(n) = eval(concat(Vecrev(Str(fibonacci(n+1)+fibonacci(n-1))))); \\ Altug Alkan, Jan 17 2016
CROSSREFS
Sequence in context: A061084 A000032 A329723 * A055391 A177940 A304590
KEYWORD
nonn,base,easy
AUTHOR
Vincenzo Librandi, Jan 17 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 May 12 18:22 EDT 2024. Contains 372494 sequences. (Running on oeis4.)