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!)
A112045 Positions of primes (A000040) among nonsquares A000037. 2
1, 2, 3, 5, 8, 10, 13, 15, 19, 24, 26, 31, 35, 37, 41, 46, 52, 54, 59, 63, 65, 71, 74, 80, 88, 91, 93, 97, 99, 103, 116, 120, 126, 128, 137, 139, 145, 151, 155, 160, 166, 168, 178, 180, 183, 185, 197, 209, 212, 214, 218, 224, 226, 236, 241, 247, 253, 255, 261 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also: Distance of prime(n) from the integer part of its square root. - M. F. Hasler, Oct 19 2018
LINKS
FORMULA
a(n) = A028391(A000040(n)), where A028391(x) = x - floor(sqrt(x)).
a(n) ~ 6/Pi^2 * n log n. - Charles R Greathouse IV, May 29 2013
MATHEMATICA
f[n_]:=n-IntegerPart[Sqrt[n]]; lst={}; Do[p=Prime[n]; AppendTo[lst, f[p]], {n, 5!}]; lst (* Vladimir Joseph Stephan Orlovsky, Jul 24 2009 *)
PROG
(PARI) apply( A112045=n->(n=prime(n))-sqrtint(n), [1..200]) \\ M. F. Hasler, Oct 19 2018
CROSSREFS
Cf. A000037, A000040, A028391, A071403 (the original name describes this sequence).
Sequence in context: A223577 A256793 A193640 * A098389 A215260 A004977
KEYWORD
nonn
AUTHOR
Antti Karttunen, Aug 27 2005
EXTENSIONS
Erroneous name corrected by Antti Karttunen, Jun 03 2014
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 March 19 06:32 EDT 2024. Contains 370953 sequences. (Running on oeis4.)