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!)
A084114 Number of divisions when calculating A084110(n). 7
0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 2, 0, 1, 1, 1, 0, 2, 0, 1, 1, 1, 1, 2, 0, 1, 1, 2, 0, 2, 0, 1, 1, 1, 0, 3, 0, 1, 1, 1, 0, 2, 1, 2, 1, 1, 0, 4, 0, 1, 1, 2, 1, 2, 0, 1, 1, 2, 0, 4, 0, 1, 1, 1, 1, 2, 0, 3, 1, 1, 0, 4, 1, 1, 1, 2, 0, 4, 1, 1, 1, 1, 1, 4, 0, 1, 1, 2, 0, 2, 0, 2, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,24
COMMENTS
a(n) = A000005(n) - 1 - A084113(n) = A032741(n) - A084113(n) = (A032741(n)-A084115(n))/2;
a(n) = 0 iff n is prime or a square of prime (A000430).
LINKS
PROG
(Haskell)
a084114 = g 0 1 . tail . a027750_row where
g c _ [] = c
g c x (d:ds) = if r > 0 then g c (x * d) ds else g (c + 1) x' ds
where (x', r) = divMod x d
-- Reinhard Zumkeller, Jul 31 2014
CROSSREFS
Cf. A080257.
Sequence in context: A333806 A340832 A063962 * A294881 A355523 A110475
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, May 12 2003
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 25 16:23 EDT 2024. Contains 371989 sequences. (Running on oeis4.)