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!)
A247338 a(n) = Fibonacci(n) concatenated with Lucas(n). 2
2, 11, 13, 24, 37, 511, 818, 1329, 2147, 3476, 55123, 89199, 144322, 233521, 377843, 6101364, 9872207, 15973571, 25845778, 41819349, 676515127, 1094624476, 1771139603, 2865764079, 46368103682, 75025167761, 121393271443, 196418439204, 317811710647, 5142291149851 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
MATHEMATICA
Table[FromDigits[Join[Flatten[IntegerDigits[{Fibonacci[n], LucasL[n]}]]]], {n, 0, 50}]
PROG
(Magma) [Seqint(Intseq(Lucas(n)) cat Intseq(Fibonacci(n))): n in [0..50]];
(PARI) a(n)=eval(Str(fibonacci(n), fibonacci(n-1)+fibonacci(n+1))) \\ Charles R Greathouse IV, Sep 14 2014
CROSSREFS
Sequence in context: A022115 A042453 A041885 * A154742 A257329 A063587
KEYWORD
nonn,easy,base
AUTHOR
Vincenzo Librandi, Sep 14 2014
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 24 11:40 EDT 2024. Contains 371936 sequences. (Running on oeis4.)