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

A181492 Primes of the form p=3*2^k+1 such that p-2 is also a prime.

Original entry on oeis.org

7, 13, 193, 786433
Offset: 1

Views

Author

M. F. Hasler, Oct 30 2010

Keywords

Comments

Sequence A181490 lists the exponents k, sequences A181491 and A181493 the corresponding lesser twin prime and their average.
a(5) > 3 * 2^3000 + 1. - Max Z. Scialabba, Dec 24 2023

Crossrefs

Programs

  • Mathematica
    Select[3 2^Range[100]+1,And@@PrimeQ[{#,#-2}]&] (* Harvey P. Dale, Jun 19 2013 *)
  • PARI
    for( k=1,999, ispseudoprime(3<
    				

Formula

A181492 = A181491 + 2 = A181493 + 1 = 3*2^A181490 + 1 = intersection of A004119 or A103204 or A181495 with A006512 or A001097.

A268515 Records in A002945 (continued fraction expansion of cube root of 2).

Original entry on oeis.org

1, 3, 5, 8, 14, 15, 534, 7451, 12737, 22466, 68346, 148017, 217441, 320408, 533679, 4156269, 4886972, 10253793, 13761184, 14358891, 35950987, 68665026, 455880544, 10065016098
Offset: 1

Views

Author

N. J. A. Sloane, Feb 07 2016, following a suggestion from Doron Zeilberger

Keywords

Comments

a(1)-a(18) computed by John M. Campbell, Oct 23 2010 (cf. A181495).
It is not known if this sequence is infinite (i.e., whether the continued fraction expansion is bounded). [Davenport]

References

  • H. Davenport, The Higher Arithmetic: An Introduction to the Theory of Numbers, Cambridge, 2008.

Crossrefs

Cf. A002945, A181495 (positions of records).

Extensions

a(19)-a(21) from Zak Seidov, Feb 08 2016
a(22)-a(24) from Hans Havermann, Feb 08 2016
Name corrected by Nathan Fox, Feb 08 2016
Showing 1-2 of 2 results.