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!)
A181358 Number of twiddle factors in the first stage of a Pease Radix 4 Fast Fourier Transform. 1
8, 44, 188, 764, 3068, 12284, 49148, 196604, 786428, 3145724, 12582908, 50331644, 201326588, 805306364, 3221225468, 12884901884, 51539607548, 206158430204, 824633720828, 3298534883324, 13194139533308, 52776558133244, 211106232532988, 844424930131964 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Number of twiddle factors in the first stage of a Pease Radix 4 Fast Fourier Transform.
LINKS
Wikipedia, Twiddle factor
FORMULA
a(n) = 4*(3*4^n - 1).
From Colin Barker, Nov 26 2016: (Start)
a(n) = 4*A198693(n).
a(n) = 5*a(n-1) - 4*a(n-2) for n>1.
G.f.: 4*(2+x) / ((1-x) * (1-4*x)).
(End)
PROG
(PARI) Vec(4*(2+x) / ((1-x) * (1-4*x)) + O(x^30)) \\ Colin Barker, Nov 26 2016
CROSSREFS
Sequence in context: A059596 A327386 A341386 * A005798 A092877 A160521
KEYWORD
nonn,easy
AUTHOR
Robert Koutsoyannis (bob.koutsoyannis(AT)gmail.com), Oct 14 2010
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 13:40 EDT 2024. Contains 371792 sequences. (Running on oeis4.)