Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A059792
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A059792 Numbers n such that floor(pi^n) is prime. +0
4
1, 3, 4, 12, 73, 317, 2728, 6826, 7683, 7950, 14417, 44436, 63698 (list; graph; listen)
OFFSET

1,2

LINKS

Eric Weisstein's World of Mathematics, Pi-Prime

EXAMPLE

pi^3 =31.0062766... floor(pi^3) = 31 is prime hence 3 is a term.

floor(pi^317)=39492046894389575314518015275156522234256325244858662938438689219965795178456187973022878986548392964392742274016598052392448365675861748301474339092198412631 is prime.

MATHEMATICA

Do[ If[ PrimeQ[ Floor[ Pi^n ] ], Print[n] ], {n, 0, 4000} ]

$MaxExtraPrecision = 10^6; Do[k = Floor[Pi^n]; If[PrimeQ[k], Print[n]], {n, 1, 15000}] (Propper)

CROSSREFS

Cf. A100800, A077547.

Sequence in context: A109771 A052626 A122903 this_sequence A018930 A127689 A127690

Adjacent sequences: A059789 A059790 A059791 this_sequence A059793 A059794 A059795

KEYWORD

hard,nonn

AUTHOR

Naohiro Nomoto (6284968128(AT)geocities.co.jp), Feb 22 2001

EXTENSIONS

More terms from Vladeta Jovovic (vladeta(AT)Eunet.yu), Feb 24 2001. One more term from Robert G. Wilson v (rgwv(AT)rgwv.com), May 09 2001

a(8)-a(11) from Ryan Propper (rpropper(AT)stanford.edu), Oct 21 2005

a(12)-a(13) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Feb 05 2008

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 December 2 15:58 EST 2008. Contains 150992 sequences.


AT&T Labs Research