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!)
A211208 Sums of squares of terms in rows of Losanitsch's triangle (A034851). 2
1, 2, 3, 10, 26, 92, 282, 1044, 3558, 13436, 48578, 185516, 693332, 2667160, 10156772, 39277160, 151224134, 587138284, 2275980402, 8864583324, 34516282476, 134779569352, 526441907852, 2060002196632, 8065098605532, 31615272898392, 124004228696052 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} A034851(n,k)^2.
Limit_{n->oo} a(n+1)/a(n) = 4.
PROG
(PARI) {a(n)=sum(k=0, n, (binomial(n, k) + binomial(n%2, k%2) * binomial(n\2, k\2))^2/4)}
for(n=0, 30, print1(a(n), ", "))
CROSSREFS
Cf. A034851.
Sequence in context: A370608 A182926 A005225 * A303836 A238937 A278088
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Feb 04 2013
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 29 06:57 EDT 2024. Contains 371265 sequences. (Running on oeis4.)