Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A137427
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A137427 Squarefree part of partial sum of squarefree part of n. +0
1
1, 3, 6, 7, 3, 2, 1, 3, 7, 38, 1, 13, 65, 79, 94, 95, 7, 114, 133, 138, 159, 181, 51, 210, 211, 237, 15, 247, 69, 34, 337, 339, 93, 406, 1, 442, 479, 517, 139, 566, 607, 649, 173, 703, 177, 754, 89, 201, 805, 807, 858, 871, 231, 930, 985, 111, 66, 1114, 1173, 33, 1249 (list; graph; listen)
OFFSET

1,2

COMMENT

Core(partial sum(core(n))) where "core" means "squarefree part."

FORMULA

a(n)=A007913(A069891(n)). - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 23 2008

EXAMPLE

a(35) = 1 because A007913( A069891(35) ) = A007913(441) = A007913(21^2) =1 .

MAPLE

A007913 := proc(n) local a, f ; a := 1 ; for f in ifactors(n)[2] do if op(2, f) mod 2 <> 0 then a := a*op(1, f) ; fi ; od: a ; end: A069891 := proc(n) add( A007913(k), k=1..n) ; end: A137427 := proc(n) A007913(A069891(n)) ; end: seq(A137427(n), n=1..100) ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 23 2008

CROSSREFS

Cf. A007913, A069891.

Sequence in context: A133329 A080260 A065269 this_sequence A055102 A098990 A117361

Adjacent sequences: A137424 A137425 A137426 this_sequence A137428 A137429 A137430

KEYWORD

easy,nonn

AUTHOR

Jonathan Vos Post (jvospost3(AT)gmail.com), Apr 17 2008

EXTENSIONS

Edited and extended by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 23 2008

page 1

Search completed in 0.005 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 December 3 01:16 EST 2008. Contains 151161 sequences.


AT&T Labs Research