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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A075546 Perfect powers n such that (n-9)/2 is prime. 0
343, 1331, 12167, 29791, 42875, 79507, 103823, 300763, 357911, 857375, 1520875, 2248091, 2924207, 6436343, 9393931 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

a(1)=7^3, a(2)=11^3, a(3)=23^3, a(4)=31^3, a(5)=35^3, a(6)=43^3, a(7)=47^3, a(8)=67^3, a(9)=71^3, a(10)=95^3, a(11)=115^3, a(12)=131^3, a(13)=143^3, a(14)=23^5 and a(15)=211^3; most are cubes.

MATHEMATICA

pp = Join[{1}, Select[ Range[10^7], Apply[GCD, Last[ Transpose[ FactorInteger[ # ]]]] > 1 & ]]; Select[pp, PrimeQ[(# - 9)/2] & ]

CROSSREFS

Sequence in context: A179147 A047739 A052084 * A167733 A167730 A016923

Adjacent sequences:  A075543 A075544 A075545 * A075547 A075548 A075549

KEYWORD

easy,nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Oct 11 2002

EXTENSIONS

Extended by Robert G. Wilson v (rgwv(AT)rgwv.com), Oct 14 2002

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 17:48 EST 2012. Contains 205939 sequences.