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!)
A334671 Number of ways to write n as the sum of a squarefree number (A005117) and a square (A000290). 0
1, 2, 2, 1, 2, 3, 3, 1, 1, 3, 4, 2, 1, 4, 4, 2, 3, 3, 4, 2, 3, 4, 5, 2, 1, 5, 4, 2, 2, 6, 5, 3, 3, 3, 6, 2, 4, 7, 7, 3, 3, 7, 5, 3, 2, 6, 7, 3, 2, 5, 7, 3, 3, 4, 7, 4, 4, 5, 7, 4, 2, 8, 5, 3, 4, 8, 7, 4, 5, 7, 9, 3, 4, 7, 7, 2, 5, 9, 6, 4, 3, 8, 10, 4, 3, 9, 10, 4, 4, 6 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Differs from A085263 where the square cannot be zero.
LINKS
Jorge Urroz, Every integer can be written as a square plus a squarefree, arXiv:2010.15580 [math.NT], 2020.
PROG
(PARI) a(n) = sum(k=0, n, issquare(k) * issquarefree(n-k));
CROSSREFS
Cf. A000290, A005117, A085263 (with a positive square).
Sequence in context: A351524 A054711 A241424 * A294232 A331254 A193738
KEYWORD
nonn
AUTHOR
Michel Marcus, Oct 31 2020
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 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)