Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A005542
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A005542 Numbers n such that 10*3^n - 1 is prime.
(Formerly M0589)
+0
1
1, 2, 3, 4, 8, 10, 14, 20, 22, 26, 30, 38, 39, 49, 54, 58, 70, 81, 84, 87, 102, 111, 140, 159, 207, 224, 328, 358, 360, 447, 484, 908, 1083, 1242, 1461, 1705, 4624, 5199, 7106, 8667, 11157 (list; graph; listen)
OFFSET

1,2

REFERENCES

H. C. Williams and C. R. Zarnke, Some prime numbers of the forms 2*3^n+1 and 2*3^n-1, Math. Comp., 26 (1972), 995-998.

MATHEMATICA

Do[ If[ PrimeQ[ 10*3^n - 1], Print[n] ], {n, 1, 12901} ]

PROGRAM

(PARI) v=[ ]; for(n=1, 1900, if(isprime(10*3^n-1), v=concat(v, n), )); v

CROSSREFS

Sequence in context: A135772 A051783 A033083 this_sequence A037171 A127352 A114854

Adjacent sequences: A005539 A005540 A005541 this_sequence A005543 A005544 A005545

KEYWORD

hard,nonn

AUTHOR

njas

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Feb 05 2001

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 September 5 01:44 EDT 2008. Contains 143476 sequences.


AT&T Labs Research