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!)
A078529 Exponent sequence for a bilinear recursive sequence. 1
3, 1, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 9, 10, 12, 15, 18, 21, 24, 28, 32, 36, 40, 45, 51, 55, 60, 66, 72, 78, 84, 91, 98, 105, 112, 120, 129, 136, 144, 153, 162, 171, 180, 190, 200, 210, 220, 231, 243, 253, 264, 276, 288, 300, 312, 325, 338, 351, 364, 378, 393, 406, 420 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (2,-1,0,0,0,0,0,0,0,0,0,1,-2,1).
FORMULA
G.f.: (3 - 5*x + x^2 + x^3 + x^7 + x^11 - 2*x^12 + 3*x^13) / ((1 - x)^2 * (1 - x^12)).
a(8-n) - a(n) = -1 if n == 0 (mod 12), +1 if n == 8 (mod 12), 0 otherwise.
EXAMPLE
3 + x + x^7 + 2*x^8 + 3*x^9 + 4*x^10 + 6*x^11 + 9*x^12 + 10*x^13 + ...
MATHEMATICA
LinearRecurrence[{2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -2, 1}, {3, 1, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 9, 10}, 70] (* Harvey P. Dale, May 27 2017 *)
PROG
(PARI) {a(n) = (n%12==0) + (n-4)^2\8}
CROSSREFS
Sequence in context: A060283 A255851 A334743 * A180017 A243827 A059530
KEYWORD
nonn,easy
AUTHOR
Michael Somos, Nov 25 2002
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 24 17:02 EDT 2024. Contains 371962 sequences. (Running on oeis4.)