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!)
A073273 a(n) = floor(sqrt(prime(n)*prime(n+2))). 5
3, 4, 7, 9, 13, 15, 19, 23, 26, 32, 35, 39, 43, 47, 52, 56, 62, 65, 69, 74, 77, 83, 89, 94, 99, 103, 105, 109, 117, 121, 131, 134, 142, 144, 152, 156, 161, 167, 172, 176, 184, 186, 193, 195, 203, 210, 218, 225, 229, 233, 236, 244, 248, 256, 262, 266, 272, 275 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A000040(n) < a(n) < A000040(n+2).
LINKS
FORMULA
a(n) = A098090(A028310(n - 1)) + A089038(n). - Miko Labalan, Dec 12 2015
EXAMPLE
prime(10)*prime(12) = 29*37 = 1073 = 32*32+49, therefore a(10)=32; A073274(10) = prime(11)-a(10) = 31-32 = -1.
MATHEMATICA
Table[Floor[Sqrt[Prime[n] Prime[n + 2]]], {n, 60}] (* Vincenzo Librandi, Dec 12 2015 *)
PROG
(Magma) [Floor(Sqrt(NthPrime(n)*NthPrime(n+2))): n in [1..60]]; // Vincenzo Librandi, Dec 12 2015
(PARI) a(n) = sqrtint(prime(n)*prime(n+2)); \\ Michel Marcus, Dec 12 2015
CROSSREFS
Sequence in context: A253060 A203623 A053099 * A247835 A072441 A152032
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jul 22 2002
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 08:08 EDT 2024. Contains 371782 sequences. (Running on oeis4.)