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!)
A198857 a(n) = 10*8^n - 1. 1
9, 79, 639, 5119, 40959, 327679, 2621439, 20971519, 167772159, 1342177279, 10737418239, 85899345919, 687194767359, 5497558138879, 43980465111039, 351843720888319, 2814749767106559, 22517998136852479, 180143985094819839 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
The subsequence of primes begins: 79, 5119, 1784059615882449851322857461811868920478433279, no more through a(50). - Jonathan Vos Post, Oct 31 2011
LINKS
FORMULA
a(n) = 8*a(n-1) + 7.
a(n) = 9*a(n-1) - 8*a(n-2), n>1.
G.f.: ( 9-2*x ) / ( (8*x-1)*(x-1) ). - R. J. Mathar, Oct 31 2011
PROG
(Magma) [10*8^n-1: n in [0..30]]
(PARI) Vec((9-2*x)/((8*x-1)*(x-1)) + O(x^30)) \\ Michel Marcus, Feb 26 2015
CROSSREFS
Sequence in context: A357281 A172203 A293721 * A126632 A294344 A125909
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Oct 31 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 May 28 20:33 EDT 2024. Contains 372919 sequences. (Running on oeis4.)