The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A265013 Numbers n such that n*9^n + 1 is prime. 1
2, 12382, 27608, 31330, 117852 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All terms are even. - Robert Israel, Jan 18 2016
LINKS
MATHEMATICA
Select[Range[100000], PrimeQ[# 9^# + 1] &]
PROG
(PARI) for(n=1, 100000, if(isprime(n*9^n+1), print1(n, ", ")))
(Magma) [n: n in [0..100000] | IsPrime(n*9^n+1)];
CROSSREFS
Sequence in context: A345396 A287650 A082912 * A083973 A094212 A070832
KEYWORD
nonn,more,hard
AUTHOR
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 18 07:40 EDT 2024. Contains 373469 sequences. (Running on oeis4.)