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

A092840 Primes in A001003.

Original entry on oeis.org

3, 11, 197, 103049
Offset: 1

Views

Author

Eric W. Weisstein, Mar 07 2004

Keywords

Comments

The next term is too large to include.

Crossrefs

Programs

  • PARI
    s(m)= { if (m==1, return(a1)); if (m==2, return(a2)); r = (3*(2*m - 3)*a2 - (m - 3)*a1)/m; a1=a2; a2=r; return(r); }
    { a1=1; a2=1; n=0; for (m=1, 300, a=s(m); if (isprime(a), n++; print1(a, ", "))); } \\ Harry J. Smith, Jun 21 2009

A092838 Numerators in the series for sec(x) that are primes.

Original entry on oeis.org

5, 61, 277, 23489580527043108252017828576198947741, 5516994249383296071214195242422482492286460673697
Offset: 1

Views

Author

Eric W. Weisstein, Mar 07 2004

Keywords

Crossrefs

Cf. A092839.

A101618 Indices of semiprimes in A001003.

Original entry on oeis.org

7, 11, 17, 19, 21, 239
Offset: 1

Views

Author

Jonathan Vos Post, Dec 09 2004

Keywords

Comments

No more terms < 2000. - David Wasserman, Mar 27 2008
a(7) >= 4377. A001003(4377) is a 3345-digit composite number with unknown factorization. Other possible terms are 4391, 45207, 45369, 45377, 131723, 131733, ... - Tyler Busby, Feb 08 2023

Examples

			a(1) = 7 because A001003(7) = 4279 = 11 * 389.
a(2) = 11 because A001003(11) = 2646723 = 3 * 882241.
a(3) = 17 because A001003(17) = 55909013009 = 41263 * 1354943.
a(4) = 19 because A001003(19) = 1618362158587 = 24413 * 66290999.
a(5) = 21 because A001003(21) = 47574827600981 = 3253 * 14624908577.
		

Crossrefs

Formula

A001003(a(n)) is in A001358 (semiprimes).

Extensions

Edited by Franklin T. Adams-Watters, Nov 07 2006
Changed by Michael Somos, Mar 31 2007, because of the re-indexing of A001003.
a(6) from David Wasserman, Mar 27 2008

A101619 Semiprimes in A001003.

Original entry on oeis.org

4279, 2646723, 55909013009, 1618362158587, 47574827600981
Offset: 1

Views

Author

Jonathan Vos Post, Dec 09 2004

Keywords

Comments

Next term has 180 digits and is too large to include. - David Wasserman, Mar 27 2008

Crossrefs

Formula

a(n) = A001003(A101618(n)). - David Wasserman, Mar 27 2008

Extensions

Edited by Franklin T. Adams-Watters, Nov 07 2006
Showing 1-4 of 4 results.