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!)
A016225 Expansion of 1/((1-x)(1-4x)(1-10x)). 3
1, 15, 171, 1795, 18291, 184275, 1848211, 18503955, 185126931, 1851618835, 18517586451, 185181456915, 1851836938771, 18518458866195, 185184946575891, 1851850897414675, 18518514700769811, 185185169914190355 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 1/((1-x)*(1-4*x)*(1-10*x)).
a(n) = (50*10^n-24*4^n+1)/27. - Paul Barry, Feb 17 2003
a(n) = 14*a(n-1)-40*a(n-2)+1, n>=2. - Vincenzo Librandi, Feb 10 2011
a(n) = 15*a(n-1) - 54*a(n-2) + 40*a(n-3). - Wesley Ivan Hurt, May 25 2024
MAPLE
A016225 := proc(n) (50*10^n-24*4^n+1)/27 ; end proc:
seq(A016225(n), n=0..20) ; # R. J. Mathar, Mar 22 2011
MATHEMATICA
Table[(50*10^n - 24*4^n + 1)/27, {n, 0, 20}] (* Wesley Ivan Hurt, May 25 2024 *)
PROG
(PARI) Vec(1/((1-x)*(1-4*x)*(1-10*x))+O(x^99)) \\ Charles R Greathouse IV, Sep 26 2012
CROSSREFS
Sequence in context: A240276 A206600 A016172 * A058687 A206594 A354403
KEYWORD
nonn,easy,changed
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 June 8 22:55 EDT 2024. Contains 373227 sequences. (Running on oeis4.)