login
The OEIS is supported by
the many generous donors to the OEIS Foundation
.
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
Table of n, a(n) for n=1..7.
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
Adjacent sequences:
A269572
A269573
A269574
*
A269576
A269577
A269578
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 June 10 17:16 EDT 2023. Contains 363206 sequences. (Running on oeis4.)