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 March 29 04:23 EDT 2024. Contains 371264 sequences. (Running on oeis4.)