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!)
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; text; internal format)
OFFSET
0,2
LINKS
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}]] (* Vladimir Joseph Stephan Orlovsky, Jun 10 2011 *)
Join[{1}, NestList[16#&, 15, 20]] (* Harvey P. Dale, Dec 28 2016 *)
PROG
(PARI) a(n)=if(n, 15<<(4*n-4), 1) \\ Charles R Greathouse IV, Jun 10 2011
CROSSREFS
Cf. A090409.
Sequence in context: A097262 A158557 A220821 * A154806 A133199 A059760
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Nov 30 2003
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 20 00:58 EDT 2024. Contains 371798 sequences. (Running on oeis4.)