Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A120377
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A120377 Primes of the form 2*11^n-1. +0
1
241, 428717761 (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, 241 is 181 in base 12.

The n<1000 that yield primes are 2, 8, 248. - T. D. Noe (noe(AT)sspectra.com), Nov 16 2006

FORMULA

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

EXAMPLE

a(1)=241 since 2*11^2-1=241 is the first prime.

MAPLE

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

MATHEMATICA

Select[2*11^Range[1000]-1, PrimeQ] - T. D. Noe (noe(AT)sspectra.com), Nov 16 2006

CROSSREFS

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

Sequence in context: A119728 A133327 A001361 this_sequence A060110 A113468 A039665

Adjacent sequences: A120374 A120375 A120376 this_sequence A120378 A120379 A120380

KEYWORD

nonn,bref

AUTHOR

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

EXTENSIONS

Corrected by T. D. Noe (noe(AT)sspectra.com), Nov 16 2006

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 August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research