cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A139114 Concatenation of n-th Fibonacci number and n.

Original entry on oeis.org

11, 12, 23, 34, 55, 86, 137, 218, 349, 5510, 8911, 14412, 23313, 37714, 61015, 98716, 159717, 258418, 418119, 676520, 1094621, 1771122, 2865723, 4636824, 7502525, 12139326, 19641827, 31781128, 51422929, 83204030, 134626931, 217830932
Offset: 1

Views

Author

Omar E. Pol, Apr 09 2008

Keywords

Crossrefs

Programs

  • Mathematica
    #[[1]]*10^IntegerLength[#[[2]]]+#[[2]]&/@Table[{Fibonacci[n],n},{n,40}] (* Harvey P. Dale, Nov 03 2016 *)
Showing 1-1 of 1 results.