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!)
A205084 a(n)=n 4's sandwiched between two 1's. 0
11, 141, 1441, 14441, 144441, 1444441, 14444441, 144444441, 1444444441, 14444444441, 144444444441, 1444444444441, 14444444444441, 144444444444441, 1444444444444441, 14444444444444441, 144444444444444441, 1444444444444444441, 14444444444444444441 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(0)=11, a(n)=10*a(n-1)+31.
a(n) = (130*10^n-31)/9 (see PARI's code by Charles R Greathouse IV).
MATHEMATICA
a[0]=11; a[n_]:=a[n-1]*10+31; Table[a[n], {n, 0, 44}]
PROG
(PARI) a(n)=(130*10^n-31)/9 \\ Charles R Greathouse IV, Jan 23 2012
CROSSREFS
Sequence in context: A024296 A324084 A141907 * A083078 A048965 A218502
KEYWORD
nonn,easy,base,less
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 May 16 17:27 EDT 2024. Contains 372554 sequences. (Running on oeis4.)