cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A241955 a(n) = 2^(4*n+3) - 1.

Original entry on oeis.org

7, 127, 2047, 32767, 524287, 8388607, 134217727, 2147483647, 34359738367, 549755813887, 8796093022207, 140737488355327, 2251799813685247, 36028797018963967, 576460752303423487, 9223372036854775807, 147573952589676412927, 2361183241434822606847, 37778931862957161709567
Offset: 0

Views

Author

Wassan Letourneur, Aug 09 2014

Keywords

Crossrefs

Programs

Formula

a(n) = 2^(4*n+3) - 1 = A000225(4*n+3) = A013777(n) - 1 = 4*A241888(n) + 3.
From Colin Barker, Aug 11 2014: (Start)
a(n) = 17*a(n-1) - 16*a(n-2).
G.f.: (8*x+7)/((x-1)*(16*x-1)). (End)
E.g.f.: exp(x)*(8*exp(15*x) - 1). - Elmo R. Oliveira, Feb 20 2025
Showing 1-1 of 1 results.