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!)
A138822 Concatenation of n-th prime and n-th Fibonacci number. 7
21, 31, 52, 73, 115, 138, 1713, 1921, 2334, 2955, 3189, 37144, 41233, 43377, 47610, 53987, 591597, 612584, 674181, 716765, 7310946, 7917711, 8328657, 8946368, 9775025, 101121393, 103196418, 107317811, 109514229, 113832040, 1271346269 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(10)=2955 because A000040(10)=29 and A000045(10)=55.
MATHEMATICA
With[{nn=50}, FromDigits[Flatten[IntegerDigits[#]]]&/@Thread[ {Prime[ Range[ nn]], Fibonacci[Range[nn]]}]] (* Harvey P. Dale, Jul 12 2014 *)
PROG
(Magma) [Seqint(Intseq(Fibonacci(n)) cat Intseq(NthPrime(n))): n in [1..50]]; // Vincenzo Librandi, Jul 24 2019
CROSSREFS
Sequence in context: A077687 A113762 A032585 * A104297 A106324 A208293
KEYWORD
base,easy,nonn
AUTHOR
Omar E. Pol, Apr 05 2008
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 25 13:27 EDT 2024. Contains 371971 sequences. (Running on oeis4.)