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

A111473 a(1) = 3, a(n) = least k such that concatenation of n copies of k with all previous concatenation gives a prime.

Original entry on oeis.org

3, 1, 1, 11, 113, 7, 23, 41, 37, 141, 733, 241, 3, 791, 781, 701, 239, 441, 2019, 189, 2071, 401, 851, 463, 4421, 497, 2267, 213, 1653, 1683, 1227, 667, 3261, 6673, 5799, 3579, 1907, 6483, 7813, 2443, 1923, 11439, 6657, 7861, 1847, 7521, 8277, 8459
Offset: 1

Views

Author

Amarnath Murthy, Aug 05 2005

Keywords

Examples

			3,311,311111,31111111111111 are all prime.
31111111111111 = one copy of 3, two copies of 1, three copies of 1, four copies of 11.
		

Crossrefs

Programs

  • PARI
    { x=3; for(n=2,50, k=0; until(ispseudoprime(y), k++; y=eval(concat(Str(x),concat(vector(n,i,Str(k))))); ); print1(k,", "); x=y; ) } \\ Max Alekseyev, May 18 2009

Extensions

More terms from Max Alekseyev, May 18 2009

A111475 a(1) = 7, a(n) = least k such that concatenation of n copies of k with all previous concatenation gives a prime.

Original entry on oeis.org

7, 3, 1, 1, 1, 1, 129, 123, 97, 559, 781, 459, 253, 183, 413, 417, 657, 77, 437, 1439, 667, 1281, 3379, 979, 2763, 1953, 103, 10083, 5103, 291, 1311, 2199, 1159, 501, 5931, 483, 6171, 16301, 1781, 1229, 9519, 607, 5113, 2641, 1441, 8511, 9023, 363, 4001, 15261
Offset: 1

Views

Author

Amarnath Murthy, Aug 05 2005

Keywords

Examples

			7,733,733111,... are all prime.
733111 = one copy of 7, two copies of 3, three copies of 1.
		

Crossrefs

Extensions

Extended by Max Alekseyev, May 19 2009

A111478 Primes pertaining to A111477.

Original entry on oeis.org

11, 111919, 111919191919, 11191919191937373737, 111919191919373737372121212121, 111919191919373737372121212121717171717171, 111919191919373737372121212121717171717171101101101101101101101
Offset: 1

Views

Author

Amarnath Murthy, Aug 05 2005

Keywords

Examples

			111919191919 = one copy of 11, two copies of 19, three copies of 19.
		

Crossrefs

Extensions

More terms from Tracy Poff (tracy.poff(AT)gmail.com), Dec 31 2005

A111664 Decimal expansion of the cube root of cosine of 1 degree.

Original entry on oeis.org

9, 9, 9, 9, 4, 9, 2, 2, 9, 1, 4, 1, 1, 6, 0, 5, 9, 6, 1, 0, 5, 9, 4, 7, 4, 6, 0, 6, 3, 6, 0, 9, 7, 8, 0, 6, 1, 9, 8, 7, 9, 7, 4, 5, 8, 6, 3, 3, 3, 6, 6, 0, 9, 3, 9, 8, 6, 4, 7, 3, 7, 8, 3, 0, 4, 3, 8, 7, 3, 7, 1, 4, 0, 1, 5, 1, 8, 8, 0, 0, 4, 1, 6, 2, 2, 4, 2, 4, 4, 5, 4, 6, 4, 2, 9, 1, 6, 0, 2, 4
Offset: 0

Views

Author

Mohammad K. Azarian, Nov 17 2005

Keywords

Comments

An algebraic number of degree 144. - Charles R Greathouse IV, Apr 14 2014

Crossrefs

Programs

A111460 Decimal expansion of the square root of sine of 1 degree.

Original entry on oeis.org

1, 3, 2, 1, 0, 7, 5, 5, 6, 3, 2, 1, 6, 7, 1, 1, 4, 1, 6, 4, 1, 3, 8, 5, 9, 5, 9, 6, 0, 1, 9, 0, 0, 4, 5, 5, 1, 4, 0, 6, 2, 1, 6, 3, 4, 0, 3, 3, 1, 1, 6, 1, 9, 4, 7, 2, 4, 2, 6, 7, 9, 3, 0, 0, 4, 9, 6, 9, 5, 5, 7, 0, 2, 0, 8, 3, 5, 0, 5, 5, 5, 7, 4, 0, 2, 7, 1, 3, 8, 4, 5, 7, 5, 9, 2, 6, 2, 4, 9, 4
Offset: 0

Views

Author

Mohammad K. Azarian, Nov 15 2005

Keywords

Comments

An algebraic number of degree 96. - Charles R Greathouse IV, Apr 14 2014

Examples

			0.13210755632167114164138...
		

Crossrefs

Programs

Extensions

Offset changed by Mohammad K. Azarian, Dec 11 2008

A111477 a(1) = 11, a(n) = least k such that concatenation of n copies of k with all previous concatenation gives a prime.

Original entry on oeis.org

11, 19, 19, 37, 21, 71, 101, 39, 61, 87, 227, 63, 437, 153, 1363, 117, 363, 861, 609, 249, 23, 1077, 3123, 771, 3717, 633, 279, 1119, 927, 107, 3843, 4313, 1729, 627, 12541, 2403, 4083, 1239, 2227, 6441, 3819, 3983, 5631, 2303, 2971, 19217, 3633, 5109, 14413, 913
Offset: 1

Views

Author

Amarnath Murthy, Aug 05 2005

Keywords

Examples

			11,111919,111919191919,... are all prime.
111919191919 = one copy of 11, two copies of 19, three copies of 19.
		

Crossrefs

Extensions

a(4)-a(8) from Stefan Steinerberger, Nov 17 2005
Extended by Max Alekseyev, May 20 2009

A111476 Primes pertaining to A111475.

Original entry on oeis.org

7, 733, 733111, 7331111111, 733111111111111, 733111111111111111111, 733111111111111111111129129129129129129129, 733111111111111111111129129129129129129129123123123123123123123123
Offset: 1

Views

Author

Amarnath Murthy, Aug 05 2005

Keywords

Crossrefs

Extensions

Extended by Max Alekseyev, May 19 2009

A111480 Primes pertaining to A111479.

Original entry on oeis.org

211, 2113, 21137777, 2113777799999999999, 2113777799999999999111111
Offset: 1

Views

Author

Amarnath Murthy, Aug 05 2005

Keywords

Comments

The next term is 21137777999999999991111111313...13 where the number of trailing 13's is 617. It has 1259 decimal digits.

Crossrefs

Extensions

Corrected by Max Alekseyev, May 21 2009
Showing 1-8 of 8 results.