login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A067906 Primes of the form floor((5/4)^k). 1
2, 3, 5, 7, 11, 211, 1009, 3851, 7523, 9403, 18367, 213821, 815663, 2010764683, 831632781251, 23636425261531, 537430088605367, 7896825413969130677, 226627774989027955951103, 451298593966207394017315520293 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Charles R Greathouse IV, Table of n, a(n) for n = 1..31

MATHEMATICA

Union[Select[Floor[(5/4)^Range[0, 400]], PrimeQ]] (* From Harvey P. Dale, Jan 06 2012 *)

PROG

(PARI) for(n=1, 1e4, if(ispseudoprime(t=floor((5/4)^n)), print1(t", "))) \\ Charles R Greathouse IV, Feb 17, 2011

CROSSREFS

Sequence in context: A185267 A088249 A186449 * A029980 A046481 A082625

Adjacent sequences:  A067903 A067904 A067905 * A067907 A067908 A067909

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Mar 03, 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 14:47 EST 2012. Contains 205623 sequences.