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!)
A269575 Primes of the form 10^n + 91. 0
101, 191, 1091, 10091, 100000000091, 1000000000091, 1000000000000091 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n)= 10^A110918(n) + 91.
MATHEMATICA
Select[10^Range[10] + 91, PrimeQ] (* Alonso del Arte, Mar 01 2016 *)
PROG
(PARI) lista(nn) = for(n=1, nn, if(ispseudoprime(p=10^n+91), print1(p, ", "))); \\ Altug Alkan, Apr 16 2016
CROSSREFS
Cf. A110918.
Sequence in context: A045978 A325071 A238671 * A177032 A141913 A100775
KEYWORD
nonn
AUTHOR
Mironov Alexander, Mar 01 2016
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 July 13 22:24 EDT 2024. Contains 374288 sequences. (Running on oeis4.)