Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A007750
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A007750 Nonnegative integers n such that n^2(n+1)(2n+1)^2(7n+1)/36 is a square. +0
5
0, 1, 7, 24, 120, 391, 1921, 6240, 30624, 99457, 488071, 1585080, 7778520, 25261831, 123968257, 402604224, 1975713600, 6416405761, 31487449351, 102259887960, 501823476024, 1629741801607, 7997688167041, 25973608937760 (list; graph; listen)
OFFSET

0,3

COMMENT

n^2(n+1)(2n+1)^2(7n+1)/36=sum(i=1,n,i^2)*sum(i=n+1,2n,i^2).

REFERENCES

Mentioned in a problem on p. 334 of Two-Year College Math. Jnl., Vol. 25, 1994.

FORMULA

G.f.: x(1+6x+x^2)/((1-x)(1-16x^2+x^4)). a(n)=16a(n-2)-a(n-4)+8.

PROGRAM

(PARI) a(n)=if(n<0, a(-1-n), if(n<2, n>0, 16*a(n-2)-a(n-4)+8))

(PARI) a(n)=local(w); if(n<0, 0, w=8+3*quadgen(28); n=((n+1)\2)*(-1)^(n%2); imag(w^n)+4*(real(w^n)-1)/7)

CROSSREFS

Cf. A007751, A007752.

Sequence in context: A050191 A021000 A129797 this_sequence A009643 A108095 A009646

Adjacent sequences: A007747 A007748 A007749 this_sequence A007751 A007752 A007753

KEYWORD

nonn

AUTHOR

John C. Hallyburton, Jr. [ hallyb(AT)vmsdev.enet.dec.com ].

EXTENSIONS

Edited by Michael Somos, Jul 27, 2002

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified July 23 17:35 EDT 2008. Contains 142285 sequences.


AT&T Labs Research