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.

A082253 Concatenation of (5n-4), (5n-3), (5n-2), (5n-1) and 5n divided by 5.

Original entry on oeis.org

2469, 135782, 222426283, 323436384, 424446485, 525456586, 626466687, 727476788, 828486889, 929496990, 1030507091, 1131517192, 1232527293, 1333537394, 1434547495, 1535557596, 1636567697, 1737577798, 1838587899, 19395979820, 20220420620821, 21221421621822
Offset: 1

Views

Author

Amarnath Murthy, Apr 11 2003

Keywords

Examples

			a(3) = 1112131415/5 = 222426283.
		

Crossrefs

Programs

  • PARI
    a(n)={fromdigits(concat(vector(5, k, digits(5*(n-1)+k))))/5} \\ Andrew Howroyd, Nov 09 2019

Extensions

Terms a(12) and beyond from Andrew Howroyd, Nov 09 2019