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!)
A210455 Characteristic function of pseudoperfect (or semiperfect) numbers. 7
0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1
COMMENTS
a(A005835(n)) = 1 and a(A136447(n)) = 0.
LINKS
Eric Weisstein's World of Mathematics, Semiperfect Number
PROG
(Haskell)
a210455 n = fromEnum $ p (a027751_row n) n where
p ks m = m == 0 || not (null ks) && head ks <= m &&
(p (tail ks) (m - head ks) || p (tail ks) m)
CROSSREFS
Cf. A027751.
Sequence in context: A093958 A044936 A133944 * A294936 A296210 A368990
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jan 21 2013
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 24 08:48 EDT 2024. Contains 371930 sequences. (Running on oeis4.)