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.

A221943 Floor(sqrt(7*2^n)).

Original entry on oeis.org

2, 3, 5, 7, 10, 14, 21, 29, 42, 59, 84, 119, 169, 239, 338, 478, 677, 957, 1354, 1915, 2709, 3831, 5418, 7662, 10836, 15325, 21673, 30651, 43347, 61303, 86695, 122606, 173391, 245213, 346783, 490426, 693567, 980853, 1387135, 1961706, 2774271, 3923412, 5548542, 7846824, 11097085, 15693648, 22194170, 31387297
Offset: 0

Views

Author

N. J. A. Sloane, Feb 01 2013

Keywords

Comments

Theorem 3 of Dubickas implies that infinitely many terms of this sequence are divisible by 2 or 3 (and hence infinitely many composites). - Charles R Greathouse IV, Feb 04 2016

References

  • ArtÅ«ras Dubickas, Prime and composite integers close to powers of a number, Monatsh. Math. 158:3 (2009), pp. 271-284.

Crossrefs

Programs

  • Mathematica
    Floor[Sqrt[7*2^Range[0,50]]] (* Harvey P. Dale, Apr 11 2018 *)
  • PARI
    a(n)=sqrtint(7<Charles R Greathouse IV, Apr 18 2013