The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A181893 Number of different nonnegative solutions of equation: x^2 - y^2 = k! for 1 <= k <= n. 1
1, 1, 1, 3, 7, 16, 34, 70, 130, 235, 445, 769, 1417, 2497, 4177, 6529, 11233, 17713, 30673, 49033, 76233, 119433, 205833, 316713, 471945, 715881, 1026345, 1449705, 2296425, 3376425, 5536425, 8128425, 11814825, 17528745, 25242537, 34480425, 52956201, 81509673 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
a(n)=sum(k=1..n, A138196(k) )
MATHEMATICA
kkk = 1; cc = {1, 1, 1}; Do[w = n!/4; kk = Floor[(DivisorSigma[0, w] + 1)/2]; kkk = kkk + kk; AppendTo[cc, kkk], {n, 4, 54}]; cc
CROSSREFS
Sequence in context: A014668 A354909 A182615 * A054455 A178455 A281811
KEYWORD
nonn
AUTHOR
Artur Jasinski, Mar 31 2012
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 May 13 14:08 EDT 2024. Contains 372519 sequences. (Running on oeis4.)