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.

A070759 n for which floor((3/2)^n) is prime.

Original entry on oeis.org

2, 3, 4, 5, 6, 7, 21, 22, 98, 106, 164, 189, 219, 364, 443, 670, 775, 1919, 2204, 2715, 3692, 4228, 4912, 10466, 12300, 14087, 21659, 28170, 55832, 66577, 87309, 87505, 98144, 167512, 259517
Offset: 1

Views

Author

Eric W. Weisstein, May 04 2002

Keywords

Comments

No more terms through 500000. - Ryan Propper, Dec 28 2008

References

  • R. K. Guy, Unsolved Problems in Number Theory, E19

Crossrefs

Indices of primes in A002379.

Programs

  • Mathematica
    Do[ If[ PrimeQ[ Floor[(3/2)^n]], Print[n]], {n, 1, 12500}]

Extensions

One more term from Ralf Stephan, Oct 13 2002
Corrected and extended by Robert G. Wilson v, Jan 15 2003
More terms from Ryan Propper, Jan 25 2008
6 more terms from Ryan Propper, Dec 28 2008