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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A090411 G.f.: (1-x)/(1-16x). 0
1, 15, 240, 3840, 61440, 983040, 15728640, 251658240, 4026531840, 64424509440, 1030792151040, 16492674416640, 263882790666240, 4222124650659840, 67553994410557440, 1080863910568919040, 17293822569102704640, 276701161105643274240, 4427218577690292387840 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Index entries for sequences related to linear recurrences with constant coefficients, signature (16).

FORMULA

a(n) = 15*16^(n-1)+0^n/16.

a(n)=sum{j=0..3, sum{k=0..n, C(4n+j, 4k) }}; a(n)=(A070775(n)+A090407(n)+A001025(n)+A090408(n))/4.

MATHEMATICA

Join[{1, a = 15}, Table[a=16*a, {n, 0, 30}]] (* From Vladimir Joseph Stephan Orlovsky, June 10 2011 *)

PROG

(PARI) a(n)=if(n, 15<<(4*n-4), 1) \\ Charles R Greathouse IV, Jun 10 2011

CROSSREFS

Cf. A090409.

Sequence in context: A157456 A097262 A158557 * A154806 A133199 A059760

Adjacent sequences:  A090408 A090409 A090410 * A090412 A090413 A090414

KEYWORD

easy,nonn

AUTHOR

Paul Barry (pbarry(AT)wit.ie), Nov 30 2003

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 February 17 07:27 EST 2012. Contains 205998 sequences.