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!)
A224469 Primes of the form 8^n - n. 3
7, 509, 2596148429267413814265248164610011, 43556142965880123323311949751266331066323 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The next term is too big to display.
Corresponding n are given in A224471.
LINKS
MAPLE
A224469:=proc(q) local n;
for n from 1 to q do if isprime(8^n-n) then print(8^n-n); fi; od; end:
A224469(100); # Paolo P. Lava, Apr 19 2013
MATHEMATICA
Select[Table[8^n - n, {n, 500}], PrimeQ] (* Alonso del Arte, Apr 06 2013 *)
CROSSREFS
Sequence in context: A293180 A203472 A219873 * A347907 A320980 A080975
KEYWORD
nonn
AUTHOR
Alex Ratushnyak, Apr 06 2013
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 June 26 10:34 EDT 2024. Contains 373718 sequences. (Running on oeis4.)