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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A181139 Numbers n such that R(n)^3 + R(n)^2 + 1 is prime, where R(n)=(10^n-1)/9. 0
1, 2, 3, 9, 41, 99, 1863, 4019 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

LINKS

Table of n, a(n) for n=1..8.

J. Earls, Computations and Solutions for y^3 = x^2 + k, Scribd.

MATHEMATICA

okQ[n_]:=Module[{x=FromDigits[PadRight[{}, n, 1]]}, PrimeQ[x^3+x^2+1]]; Select[Range[5000], okQ] (* From Harvey P. Dale, Nov 04 2011 *)

CROSSREFS

Sequence in context: A095412 A074428 A125052 * A162093 A052828 A214915

Adjacent sequences:  A181136 A181137 A181138 * A181140 A181141 A181142

KEYWORD

more,nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Oct 06 2010

STATUS

approved

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 May 21 12:31 EDT 2013. Contains 225482 sequences.