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!)
A108904 Numbers such that the outer two digits are 9's and the inner digits are 7's. 1
979, 9779, 97779, 977779, 9777779, 97777779, 977777779, 9777777779, 97777777779, 977777777779, 9777777777779, 97777777777779, 977777777777779, 9777777777777779, 97777777777777779, 977777777777777779 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
These numbers are all composite. They are divisible by 3,7,11 or 13. See the link for a proof.
LINKS
FORMULA
S(x)=9*10^(x+1) + 9 + 70*(10^x-1)/9.
PROG
(PARI) g(n, r, m) = \Repeat rrr.. surrounded by 2 m's { for(x=1, n, y=m*10^(x+1)+m+r*10*(10^x-1)/9; print1(y", ") )
CROSSREFS
Sequence in context: A231708 A172158 A327825 * A091080 A157515 A188337
KEYWORD
easy,nonn,base
AUTHOR
Cino Hilliard, Jul 16 2005
EXTENSIONS
Minor edits by N. J. A. Sloane, Aug 01 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 April 25 06:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)