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!)
A188161 a(n) = 2*4^n + 3. 15
5, 11, 35, 131, 515, 2051, 8195, 32771, 131075, 524291, 2097155, 8388611, 33554435, 134217731, 536870915, 2147483651, 8589934595, 34359738371, 137438953475, 549755813891, 2199023255555, 8796093022211, 35184372088835, 140737488355331 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
For n > 0, binary representation of a(n) is 1X11 where X is 2*n-1 zeros.
Number of conjugacy classes in Suzuki group Sz(2*4^n). - Eric M. Schmidt, Apr 18 2013
LINKS
FORMULA
a(n) = A141725(n) - 2*A141725(n-1) for n > 0.
G.f. ( 5-14*x ) / ( (1-4*x)*(1-x) ). - R. J. Mathar, Apr 09 2011
a(n) = +5*a(n-1) -4*a(n-2). [Joerg Arndt, Apr 09 2011]
a(n) = a(n-1)+6*4^(n-1) for n > 0, a(0)=5. - Felix P. Muga II, Mar 19 2014
a(n) = a(n-1)+12*a(n-2)-36 for n > 1, a(0)=5, a(1)=11. - Felix P. Muga II, Mar 19 2014
EXAMPLE
The first seven terms written in binary are 101, 1011, 100011, 10000011, 1000000011, 100000000011, and 10000000000011.
MATHEMATICA
2 4^Range[0, 30]+3 (* Harvey P. Dale, Apr 02 2011 *)
PROG
(Magma) [2*4^n+3: n in [1..100]]; // Vincenzo Librandi, Mar 29 2011
(Decimal BASIC)
FOR n=0 TO 1000
PRINT n; 2*4^n+3
NEXT n
END ! /* Bruno Berselli, Apr 28 2011 */
(PARI) a(n)=2*4^n+3 \\ Charles R Greathouse IV, Jul 02 2013
CROSSREFS
Cf. A141725: 4^(n+1)-3; A224790.
Sequence in context: A318415 A164560 A054854 * A323352 A005178 A065315
KEYWORD
nonn,easy
AUTHOR
Brad Clardy, Mar 22 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 19 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)