|
Search: id:A086661
|
|
|
| A086661 |
|
Numbers n such that n*4^n-1 is prime. |
|
+0 1
|
|
| 3, 5, 8, 14, 23, 63, 107, 132, 428, 530, 1137, 1973, 2000, 7064, 20747, 79574, 113570
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
REFERENCES
|
H. Dubner, Generalized Cullen Numbers, J. Rec. Math, 21 (No. 3, 1989).
|
|
LINKS
|
Steven Harvey, Generalized Woodall Search
|
|
EXAMPLE
|
3 is in the sequence because 3*4^3-1=191 is prime.
|
|
MATHEMATICA
|
Do[If[PrimeQ[n*4^n-1], Print[n]], {n, 4000}]
|
|
CROSSREFS
|
Cf. A007646, A002234, A005849.
Adjacent sequences: A086658 A086659 A086660 this_sequence A086662 A086663 A086664
Sequence in context: A094007 A109022 A023596 this_sequence A078065 A072655 A108301
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Farideh Firoozbakht (f.firoozbakht(AT)sci.ui.ac.ir), Jul 27 2003
|
|
EXTENSIONS
|
One more term from Sam Handler (sam_5_5_5_0(AT)yahoo.com), Nov 23 2004
More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 05 2008
|
|
|
Search completed in 0.002 seconds
|