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!)
A038261 First line of 5-wave sequence A038201, also bisection of A006358. 0
1, 5, 55, 671, 8272, 102091, 1260143, 15554592, 191998646, 2369942427, 29253473175, 361091343583, 4457144547354, 55016930950608, 679103551405906, 8382540166524150, 103470199055689961, 1277188284212361415 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
F. v. Lamoen, Wave sequences
FORMULA
Conjecture: GF = -(x-1)*(x^3-6*x^2+9*x-1) / ( -1+15*x-35*x^2+28*x^3-9*x^4+x^5 ). - Wouter Meeussen, Mar 19 2005
MAPLE
a:= n-> (Matrix([[5, 1, 1, 2, 5]]). Matrix(5, (i, j)-> if i=j-1 then 1 elif j=1 then [15, -35, 28, -9, 1][i] else 0 fi)^n)[1, 2]: seq(a(n), n=0..20); # Alois P. Heinz, Jul 16 2009
CROSSREFS
Sequence in context: A139258 A102312 A114909 * A246153 A358955 A292805
KEYWORD
nonn,easy
AUTHOR
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 March 28 16:12 EDT 2024. Contains 371254 sequences. (Running on oeis4.)