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-3 of 3 results.

A078209 Smallest multiple of the n-th prime beginning with n.

Original entry on oeis.org

10, 21, 30, 42, 55, 65, 714, 817, 92, 1015, 1116, 1221, 1312, 1419, 1504, 1643, 177, 183, 1943, 2059, 219, 2212, 2324, 2403, 2522, 2626, 2781, 2889, 2943, 3051, 3175, 3275, 33017, 3475, 3576, 3624, 3768, 38142, 39078, 40136, 4117, 42173, 4393, 4439
Offset: 1

Views

Author

Amarnath Murthy, Nov 22 2002

Keywords

Crossrefs

Cf. A078208.

Programs

  • Mathematica
    smnp[n_]:=Module[{p=Prime[n],k=1,idn=IntegerDigits[n],len= IntegerLength[ n]}, While[Take[ IntegerDigits[k*p],len]!=idn,k++];k*p]; Array[smnp,50] (* Harvey P. Dale, May 20 2017 *)

Extensions

More terms from Sascha Kurz, Jan 04 2003

A078211 Smallest multiple of n^2 beginning and ending in n, or 0 if no such multiple exists.

Original entry on oeis.org

1, 212, 333, 464, 525, 6156, 7007, 8128, 9639, 0, 11011, 122112, 13013, 0, 0, 162816, 1720417, 0, 1905719, 0, 212121, 0, 2320723, 244224, 25625, 0, 2743227, 287728, 2917429, 0, 3143431, 325632, 3372633, 0, 0, 3617136, 373737, 0, 393939, 0, 4136941
Offset: 1

Views

Author

Amarnath Murthy, Nov 22 2002

Keywords

Crossrefs

Programs

  • PARI
    { a(n) = local(l,m); l=#Str(n); m=valuation(n,2); if(m>0 && m0 && mMax Alekseyev, Oct 18 2008

Extensions

a(11) and up from Max Alekseyev, Oct 18 2008

A078212 Smallest multiple of the n-th prime beginning and ending in n with a(1)=a(3)=0.

Original entry on oeis.org

0, 222, 0, 434, 55, 676, 7157, 8018, 989, 101210, 11811, 121212, 130913, 141814, 152515, 162816, 174817, 185318, 191419, 200220, 210021, 222622, 23323, 241724, 254625, 2626, 279027, 289328, 292229, 306230, 311531, 323832, 330033, 348334
Offset: 1

Views

Author

Amarnath Murthy, Nov 22 2002

Keywords

Crossrefs

Extensions

More terms from David W. Wilson, Jan 17 2006
Showing 1-3 of 3 results.