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!)
A178511 a(n) = (1/119)*(100^n -(-19)^n). 4
1, 81, 8461, 839241, 84054421, 8402966001, 840343645981, 84033470726361, 8403364056199141, 840336082932216321, 84033614424287889901, 8403361325938530091881, 840336134807167928254261, 84033613438663809363169041, 8403361344665387622099788221 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numerators in alternating Sum_{n>=0} 19^n/100^(n+1).
Related to decimal expansion of fraction of 1/119 and Pell numbers. [In which way? - Joerg Arndt, May 14 2011]
LINKS
FORMULA
a(n+1) = a(n)*100 +- 19^n with a(0)=0 and a(1)= 1.
From Colin Barker, Oct 02 2015: (Start)
a(n) = 81*a(n-1) + 1900*a(n-2) for n > 2.
G.f.: -x / ((19*x+1)*(100*x-1)).
(End)
MATHEMATICA
LinearRecurrence[{81, 1900}, {1, 81}, 20] (* Harvey P. Dale, Nov 12 2022 *)
PROG
(Magma) [(1/119)*(100^n -(-19)^n): n in [1..20]]; // Vincenzo Librandi, May 17 2011
(PARI) Vec(-x/((19*x+1)*(100*x-1)) + O(x^20)) \\ Colin Barker, Oct 02 2015
CROSSREFS
Sequence in context: A115443 A328089 A186527 * A184337 A034993 A223328
KEYWORD
nonn,frac,easy
AUTHOR
Mark Dols, May 29 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 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)