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!)
A004797 Convolution of A002024 with itself. 1
1, 4, 8, 14, 22, 30, 41, 54, 67, 82, 99, 118, 138, 160, 182, 206, 234, 262, 292, 322, 353, 388, 425, 462, 501, 542, 583, 626, 671, 718, 766, 818, 870, 922, 976, 1030, 1088, 1148, 1210, 1274, 1338, 1402, 1469, 1538, 1607, 1678, 1753, 1828, 1905, 1984, 2063 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Raphael Schumacher, The self-counting identity, Fib. Quart., 55 (No. 2 2017), 157-167.
FORMULA
G.f.: (1/(1 - x)^2)*Product_{k>=1} (1 - x^(2*k))^2/(1 - x^(2*k-1))^2. - Ilya Gutkovskiy, May 30 2017
MAPLE
a002024:= [seq(i$i, i=1..10)]:
g002024:= add(a002024[i]*x^(i-1), i=1..nops(a002024)):
g:= expand(g002024^2):
seq(coeff(g, x, i), i=0..degree(g002024)); # Robert Israel, May 30 2017
PROG
(PARI) nn(n)=(sqrtint(n*8)+1)\2;
a(n) = sum(k=1, n, nn(k)*nn(n-k+1)); \\ Michel Marcus, May 30 2017
CROSSREFS
Cf. A002024.
Sequence in context: A312706 A312707 A337232 * A053459 A024398 A054347
KEYWORD
nonn
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 April 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)