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!)

Revision History for A211932

(Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A211932 a(n) = Sum_{ m=1..n and gcd(n,m)>1 } tau(m), tau(m)=A000005(m).
(history; published version)
#20 by R. J. Mathar at Wed Aug 08 15:59:52 EDT 2012
STATUS

editing

approved

#19 by R. J. Mathar at Wed Aug 08 15:59:13 EDT 2012
MAPLE

A211932 := proc(n)

local a, m;

a := 0 ;

for m from 1 to n do

if gcd(m, n) > 1 then

a := a+numtheory[tau](m) ;

end if;

end do:

a ;

end proc: # R. J. Mathar, Aug 08 2012

CROSSREFS

Cf.. A143615.

STATUS

approved

editing

#18 by N. J. A. Sloane at Sun Aug 05 10:33:14 EDT 2012
STATUS

proposed

approved

#17 by Naohiro Nomoto at Sun Aug 05 10:02:00 EDT 2012
STATUS

editing

proposed

#16 by Naohiro Nomoto at Sun Aug 05 10:01:36 EDT 2012
FORMULA

A006218a(n)= A143615) = A006218(n)+ A211932) - A143615(n).

#15 by Naohiro Nomoto at Sun Aug 05 09:59:15 EDT 2012
FORMULA

A006218(n)= A143615(n)+ A211932(n).

#14 by Naohiro Nomoto at Sun Aug 05 09:56:15 EDT 2012
NAME

allocated for Naohiro Nomoto

a(n) = Sum_{ m=1..n and gcd(n,m)>1 } tau(m), tau(m)=A000005(m).

DATA

0, 2, 2, 5, 2, 11, 2, 13, 9, 19, 2, 28, 2, 29, 25, 32, 2, 47, 2, 50, 35, 50, 2, 69, 19, 62, 41, 72, 2, 96, 2, 80, 59, 86, 47, 114, 2, 99, 72, 118, 2, 144, 2, 125, 107, 125, 2, 164, 31, 158, 100, 151, 2, 188, 71, 174, 112, 167, 2, 229, 2, 183, 151, 188, 87, 247, 2, 208, 142, 252, 2, 271, 2, 228, 203, 238, 85

OFFSET

1,2

CROSSREFS

Cf.A143615.

KEYWORD

allocated

nonn,easy

AUTHOR

Naohiro Nomoto, Aug 05 2012

STATUS

approved

editing

#13 by Naohiro Nomoto at Sun Aug 05 09:56:15 EDT 2012
NAME

allocated for Naohiro Nomoto

KEYWORD

recycled

allocated

#12 by Joerg Arndt at Sun Aug 05 08:24:11 EDT 2012
STATUS

editing

approved

#11 by Joerg Arndt at Sun Aug 05 08:23:47 EDT 2012
NAME

Number of distinct finite languages over a unary alphabet, whose minimum regular expression has alphabetic width n.

DATA

2, 2, 4, 8, 16, 32, 64

OFFSET

0,1

LINKS

Hermann Gruber, Jonathan Lee and Jeffrey Shallit: <a href="http://arxiv.org/abs/1204.4982">Enumerating regular expressions and their languages</a>, arXiv:1204.4982v1 [cs.FL]

CROSSREFS

Cf. A211931.

KEYWORD

nonn,more

recycled

AUTHOR

Hermann Gruber, May 09 2012

Discussion
Sun Aug 05 08:24
Joerg Arndt: Information now in A000079, see there.

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 August 21 20:16 EDT 2024. Contains 375353 sequences. (Running on oeis4.)