Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A120375
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A120375 Integers n such that 2*5^n-1 is prime. +0
1
4, 6, 16, 24, 30, 54, 96, 178, 274, 1332, 2766, 3060, 4204, 17736 (list; graph; listen)
OFFSET

1,1

COMMENT

See comments for A057472. Examined in base 12, all n must be even and all primes must be 1-primes. For example, 1249 is 881 in base 12.

FORMULA

a(n) = n-th number k such that 2*5^k-1 that is prime.

EXAMPLE

a(1)=4 since 2*5^4-1=1249 is the first prime.

MAPLE

for w to 1 do for k from 1 to 2000 do n:=2*5^k-1; if isprime(n) then printf("%d, %d ", k, n) fi od od;

CROSSREFS

Cf. A000043, A000668, A002957, A002959, A003307, A079363, A055558.

Adjacent sequences: A120372 A120373 A120374 this_sequence A120376 A120377 A120378

Sequence in context: A132344 A097970 A044858 this_sequence A025618 A133572 A121852

KEYWORD

more,nonn

AUTHOR

Walter Kehowski (wkehowski(AT)cox.net), Jun 28 2006

EXTENSIONS

More terms from Ryan Propper (rpropper(AT)stanford.edu), Mar 28 2007

17736 from Herman Jamke (hermanjamke(AT)fastmail.fm), May 02 2007

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 October 12 11:54 EDT 2008. Contains 144829 sequences.


AT&T Labs Research