login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A196656 Primes of the form 33*2^n + 7. 2
73, 139, 271, 1063, 4231, 16903, 270343, 540679, 1081351, 69206023, 276824071, 1107296263, 37154696925806599, 297237575406452743, 79789104094565525530607623, 326816170371340392573368795143, 334659758460252561995129646219271 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Table[33*2^n+7, {n, 300}], PrimeQ] (* Vincenzo Librandi, Aug 01 2012 *)
PROG
(Magma) [a: n in [0..125] | IsPrime(a) where a is 33*2^(n+1) +7];
(PARI) for(n=1, 1e3, if(isprime(t=33<<n+7), print1(t", "))) \\ Charles R Greathouse IV, Oct 07 2011
CROSSREFS
Sequence in context: A027898 A064668 A196655 * A229157 A037994 A138642
KEYWORD
nonn
AUTHOR
Brad Clardy, Oct 04 2011
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)