login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A121624 Numbers n such that floor((prime(n)/n)^n) is prime. 1
1, 2, 6, 9, 26, 179, 289 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

fQ[n_] := PrimeQ[Floor[(Prime[n]/n)^n]]; Do[ If[fQ@n, Print@n], {n, 10000}] (* Robert G. Wilson v Aug 17 2006 *)

CROSSREFS

Cf. A121623.

Sequence in context: A056879 A006746 A205875 * A103019 A101823 A093397

Adjacent sequences:  A121621 A121622 A121623 * A121625 A121626 A121627

KEYWORD

more,nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Aug 11 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 06:27 EST 2012. Contains 205860 sequences.