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!)
A183056 Cyclops partition numbers. 0
101, 26015, 483502844, 27517052599, 2814570987591, 269232701252579, 12269218019229465, 477535459708164115593, 55271949286085137715955, 98175979536033971312388, 28848173767368633057992125893483779 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
Intersection of A000041 and A134808.
EXAMPLE
a(1) = 101 is in the sequence because 101 is a partition number A000041 and it is also a cyclops number A134808.
MATHEMATICA
cnQ[n_]:=Module[{idn=IntegerDigits[n], len}, len=Length[idn]; DigitCount[ n, 10, 0]==1&&OddQ[len]&&idn[[(len+1)/2]]==0]; Select[PartitionsP[ Range[ 2000]], cnQ] (* Harvey P. Dale, Apr 10 2019 *)
CROSSREFS
Sequence in context: A136098 A153807 A327741 * A261881 A262633 A261966
KEYWORD
nonn,base
AUTHOR
Omar E. Pol, Dec 21 2010
EXTENSIONS
a(11) from Alois P. Heinz, Dec 23 2010
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 August 16 08:37 EDT 2024. Contains 375173 sequences. (Running on oeis4.)