login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A070762 n for which floor((4/3)^n) is prime. 6

%I #17 Jun 25 2017 02:48:45

%S 3,4,6,7,9,10,11,12,38,42,59,96,154,171,211,313,465,563,1040,1176,

%T 1213,1431,1519,1987,2527,3033,4039,4209,4358,5109,5251,6642,19200,

%U 25275,42589,43025,49294,58585,66290,77458,80409,86533,94192,110452,115166,124470

%N n for which floor((4/3)^n) is prime.

%D R. K. Guy, Unsolved Problems in Number Theory, E19.

%H Giovanni Resta, <a href="/A070762/b070762.txt">Table of n, a(n) for n = 1..53</a> (terms < 400000)

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/PowerFloors.html">Power Floors</a>

%t Do[ If[ PrimeQ[ Floor[(4/3)^n]], Print[n]], {n, 1, 17500}]

%Y Cf. A046038, A067905, A070761, A070759.

%K nonn

%O 1,1

%A _Eric W. Weisstein_, May 04 2002

%E Corrected by _Robert G. Wilson v_, Jan 15 2003

%E More terms from _Ryan Propper_, Jan 25 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 17 18:06 EDT 2024. Contains 374377 sequences. (Running on oeis4.)