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!)
A176922 Primes of the form 2^n+23. 2
31, 151, 549755813911, 604462909807314587353111 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 1..8

FORMULA

a(n) = 2^A057203(n)+23. [R. J. Mathar, Jun 18 2010]

MATHEMATICA

Select[Table[2^n + 23, {n, 0, 750}], PrimeQ] (* Vincenzo Librandi Jan 02 2014 *)

PROG

(Magma) [a: n in [0..750] | IsPrime(a) where a is 2^n+23];

CROSSREFS

Sequence in context: A201964 A226890 A104049 * A134553 A042880 A042882

Adjacent sequences: A176919 A176920 A176921 * A176923 A176924 A176925

KEYWORD

nonn

AUTHOR

Vincenzo Librandi, Apr 29 2010

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 March 22 01:15 EDT 2023. Contains 361413 sequences. (Running on oeis4.)