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!)
A196512 Expansion of (1-9x)/(1-28x). 1
1, 19, 532, 14896, 417088, 11678464, 326996992, 9155915776, 256365641728, 7178237968384, 200990663114752, 5627738567213056, 157576679881965568, 4412147036695035904, 123540117027461005312 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 19*28^(n-1) for n > 0, a(0)=1.
a(n) = Sum_{k=0..n} A193722(n,k)*9^k.
MATHEMATICA
Join[{1}, 19*28^Range[0, 20]] (* Harvey P. Dale, Dec 06 2015 *)
PROG
(PARI) a(n)=if(n, 19*28^(n-1), 1) \\ M. F. Hasler, Oct 06 2011
(Magma) [1], [19*28^(n-1) : n in [1..15]]; // Vincenzo Librandi, Oct 06 2011
CROSSREFS
Sequence in context: A009081 A057644 A283382 * A027406 A053116 A309313
KEYWORD
nonn,easy
AUTHOR
Philippe Deléham, Oct 05 2011
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 23 19:56 EDT 2024. Contains 371916 sequences. (Running on oeis4.)