Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A070044
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A070044 n for which ceiling(n^1.5) is prime. +0
2
2, 7, 8, 11, 13, 14, 15, 17, 19, 21, 28, 29, 31, 34, 41, 54, 57, 71, 82, 83, 92, 96, 98, 102, 104, 108, 124, 130, 140, 142, 145, 147, 148, 156, 158, 171, 206, 213, 223, 231, 233, 240, 252, 254, 255, 261, 262, 266, 267, 275, 284, 297, 299, 300, 315, 322, 343, 354 (list; graph; listen)
OFFSET

0,1

EXAMPLE

ceiling(2^1.5)=3, so 2 is in the sequence. ceiling(3^1.5)=6, so 3 is not in the sequence.

MATHEMATICA

Select[Range[400], PrimeQ[Ceiling[ #^(3/2)]]&]

PROGRAM

(PARI) for (n=1, 1000, if (isprime(ceil(n^1.5)), write("primes15n.txt", n)))

CROSSREFS

The corresponding primes are in A070045.

Sequence in context: A075766 A005538 A053013 this_sequence A129850 A037073 A047239

Adjacent sequences: A070041 A070042 A070043 this_sequence A070045 A070046 A070047

KEYWORD

nonn

AUTHOR

Jon Perry (perry(AT)globalnet.co.uk), May 03 2002

EXTENSIONS

Edited by Dean Hickerson (dean(AT)math.ucdavis.edu), May 07 2002

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 21 14:49 EST 2008. Contains 150807 sequences.


AT&T Labs Research