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!)
A253211 a(n) = 8^n + 7. 2
8, 15, 71, 519, 4103, 32775, 262151, 2097159, 16777223, 134217735, 1073741831, 8589934599, 68719476743, 549755813895, 4398046511111, 35184372088839, 281474976710663, 2251799813685255, 18014398509481991, 144115188075855879, 1152921504606846983 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Subsequence of A226825.
LINKS
FORMULA
G.f.: (8 - 57*x)/((1 - x)*(1 - 8*x)).
a(n) = 9*a(n-1) - 8*a(n-2) for n>1.
MATHEMATICA
Table[8^n + 7, {n, 0, 40}]
8^Range[0, 20]+7 (* or *) LinearRecurrence[{9, -8}, {8, 15}, 30] (* Harvey P. Dale, Feb 25 2024 *)
PROG
(Magma) [8^n+7: n in [0..30]];
CROSSREFS
Cf. similar sequences listed in A253208.
Sequence in context: A185038 A193490 A015442 * A275246 A177199 A177165
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Dec 30 2014
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)