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.

A187222 Gullwing primes: primes in the gullwing sequence A187220.

Original entry on oeis.org

3, 7, 23, 31, 47, 71, 191, 311, 367, 503, 607, 967, 1303, 1367, 1439, 1471, 1663, 1871, 2399, 4951, 5471, 5623, 6263, 9431, 10103, 10271, 10687, 12119, 12511, 14431, 14879, 15647, 21871, 22111, 22271, 22807, 23039, 24223, 24919
Offset: 1

Views

Author

Omar E. Pol, Mar 09 2011, Mar 10 2011

Keywords

Crossrefs

Programs

  • Mathematica
    m = 200 (* number of gullwing terms *); s = (2*(x/((1-x)*(1 + 2*x))))*(1 + 2*x*Product[1 + x^(2^k-1) + 2*x^2^k, {k, 0, Ceiling[Log[2, m]]}]) + O[x]^(m-1); Select[CoefficientList[s, x] + 1, PrimeQ] (* Jean-François Alcover, Jul 23 2017 *)

Formula

A000040 INTERSECT A187220.

Extensions

More terms from Nathaniel Johnston, Mar 22 2011