The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A070045 Primes of the form ceiling(k^1.5) for some integer k. 2
3, 19, 23, 37, 47, 53, 59, 71, 83, 97, 149, 157, 173, 199, 263, 397, 431, 599, 743, 757, 883, 941, 971, 1031, 1061, 1123, 1381, 1483, 1657, 1693, 1747, 1783, 1801, 1949, 1987, 2237, 2957, 3109, 3331, 3511, 3557, 3719, 4001, 4049, 4073, 4217, 4241, 4339 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
Ceiling(2^1.5) = 3 is a prime, so it is in the sequence.
Ceiling(3^1.5) = 6 is not prime, so it is not in the sequence.
MATHEMATICA
Select[Ceiling[Range[400]^(3/2)], PrimeQ]
PROG
(PARI) for (n=1, 1000, if (isprime(ceil(n^1.5)), write("prime15.txt", ceil(n^1.5))))
CROSSREFS
The corresponding values of k are in A070044.
Sequence in context: A042231 A191074 A019408 * A323784 A063557 A197541
KEYWORD
nonn,easy
AUTHOR
Jon Perry, May 03 2002
EXTENSIONS
Edited by Dean Hickerson, May 07 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 May 14 22:35 EDT 2024. Contains 372533 sequences. (Running on oeis4.)