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!)
A215110 Smallest integer k such that prime(n+1) = floor(x*prime(n)) where x = (k/(k-1))^n. 1
3, 4, 7, 8, 22, 19, 44, 35, 35, 103, 55, 96, 185, 128, 109, 130, 344, 167, 265, 484, 230, 359, 285, 250, 498, 889, 571, 1014, 648, 242, 804, 616, 1524, 447, 1757, 795, 849, 1259, 951, 1009, 2468, 713, 2760, 1721, 2978, 728, 787, 2166, 3733, 2316, 1724, 4170 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(3) = 7 because prime(4) = floor(prime(3) * (7/6)^3) = floor(5*1.587962…) = 7.
MAPLE
with(numtheory):for n from 1 to 85 do:i:=0:p0:=ithprime(n):p1:=ithprime(n+1):for k from 2 to 10^8 while(i=0) do:x:=(k/(k-1))^n:if p1=floor(p0*x) then i:=1 : printf(`%d, `, k):else fi:od:od:
CROSSREFS
Cf. A000040.
Sequence in context: A130420 A214096 A169943 * A101715 A249751 A169893
KEYWORD
nonn
AUTHOR
Michel Lagneau, Aug 03 2012
STATUS
approved

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 April 19 17:39 EDT 2024. Contains 371797 sequences. (Running on oeis4.)