Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A262141 The first of nine consecutive positive integers the sum of the squares of which is equal to the sum of the squares of ten consecutive positive integers. 2
181, 7021, 266761, 10130041, 384674941, 14607517861, 554701003921, 21064030631281, 799878462984901, 30374317562795101, 1153424188923229081, 43799744861519910121, 1663236880548833355661, 63159201715994147605141, 2398386428327228775639841 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For the first of the corresponding ten consecutive positive integers, see A262142.
LINKS
FORMULA
a(n) = 39*a(n-1)-39*a(n-2)+a(n-3) for n>3.
G.f.: -x*(x^2-38*x+181) / ((x-1)*(x^2-38*x+1)).
EXAMPLE
181 is in the sequence because 181^2 + ... + 189^2 = 308085 = 171^2 + ... + 180^2.
PROG
(PARI) Vec(-x*(x^2-38*x+181)/((x-1)*(x^2-38*x+1)) + O(x^30))
CROSSREFS
Cf. A262142.
Sequence in context: A179814 A293655 A008379 * A212938 A070250 A226714
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Sep 12 2015
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 September 11 06:30 EDT 2024. Contains 375814 sequences. (Running on oeis4.)