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!)
A253012 a(n) = ceiling( (n+1) * (n+2) / 12). 1
1, 1, 1, 2, 3, 4, 5, 6, 8, 10, 11, 13, 16, 18, 20, 23, 26, 29, 32, 35, 39, 43, 46, 50, 55, 59, 63, 68, 73, 78, 83, 88, 94, 100, 105, 111, 118, 124, 130, 137, 144, 151, 158, 165, 173, 181, 188, 196, 205, 213, 221, 230, 239, 248, 257, 266, 276, 286, 295, 305 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
Euler transform of length 10 sequence [ 1, 0, 1, 1, 1, 0, 0, 0, 0, -1].
G.f.: (1 + x^5) / ((1 - x) * (1 - x^3) * (1 - x^4)) = (1-x+x^2-x^3+x^4) /( (1+x+x^2) *(1+x^2) *(1-x)^3 ).
a(n) = a(-3-n) for all n in Z.
a(n) = A000933(n+5) for all n>=-2.
a(n) - a(n-1) = A091972(n) for all n in Z.
a(n) - 2*a(n+1) + a(n+2) is a period 12 integer sequence.
a(n) - 2*a(n+1) + 2*a(n+2) - 2*a(n+3) + a(n+4) = 1 if n == 1 (mod 3) else 0.
EXAMPLE
G.f. = 1 + x + x^2 + 2*x^3 + 3*x^4 + 4*x^5 + 5*x^6 + 6*x^7 + 8*x^8 + 10*x^9 + ...
MATHEMATICA
a[ n_] := Ceiling[ (n+1) (n+2) / 12];
PROG
(PARI) {a(n) = ceil( (n+1) * (n+2) / 12)};
(Magma) [Ceiling((n+1)*(n+2)/12): n in [0..60]]; // G. C. Greubel, Aug 04 2018
CROSSREFS
Sequence in context: A075471 A193687 A000933 * A036409 A005423 A067319
KEYWORD
nonn,easy
AUTHOR
Michael Somos, Dec 25 2014
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)