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!)
A180053 a(1)=1, a(2)=101, a(n) = 1001*a(n-1) for n > 2. 0
1, 101, 101101, 101202101, 101303303101, 101404606404101, 101506011010505101, 101607517021515606101, 101709124538537121707101, 101810833663075658828808101, 101912644496738734487636909101, 102014557141235473222124546010101 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: x(1-900*x)/(1-1001*x). - Philippe Deléham, Oct 08 2011
EXAMPLE
In a column:
1
101
101101
101202101
101303303101
101404606404101
MATHEMATICA
LinearRecurrence[{1001}, {1, 101}, 15] (* Paolo Xausa, Jan 29 2024 *)
PROG
(PARI) a(n)=max(101*1001^(n-2), 1) \\ Charles R Greathouse IV, Oct 08 2011
CROSSREFS
Cf. A093645.
Sequence in context: A262633 A261966 A076127 * A138721 A068659 A252491
KEYWORD
nonn,easy
AUTHOR
Mark Dols, Aug 08 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 May 3 00:26 EDT 2024. Contains 372203 sequences. (Running on oeis4.)