login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A130449 a(1) = 1; a(n) = 4^(n+1)*a(n-1)+1. 0
1, 17, 1089, 278785, 285475841, 1169309044737, 19157959388971009, 1255536026515604045825, 329131236134906506988748801, 345119115061395725472234262757377 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,2

COMMENTS

The number of involutions in the group g_n D_{n+1} = G_n(operation) D_8.

REFERENCES

A. M. Cohen and D. E. Taylor, Title?, American Math Monthly, volume 114, Number 7, Aug-Sept 2007, pages 633-638

LINKS

Table of n, a(n) for n=0..9.

FORMULA

a(n)=2^(n^2)*8^n + Sum{k=1..n}{(1/2)^(k^2)*(1/8)^k}*2^(n^2)*8^n, n>=0 - Paolo P. Lava, Jul 30 2008

MATHEMATICA

a[0] = 1; a[n_] := a[n] = 2^(2*n + 1)*2*a[n - 1] + 1 Table[a[n], {n, 0, 20}]

CROSSREFS

Sequence in context: A046731 A221268 A179157 * A130035 A032629 A075602

Adjacent sequences:  A130446 A130447 A130448 * A130450 A130451 A130452

KEYWORD

nonn

AUTHOR

Roger L. Bagula, Aug 07 2007

EXTENSIONS

Corrected definition and offset. - R. J. Mathar, Dec 05 2008

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 18 06:08 EDT 2013. Contains 225419 sequences.