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!)
A355193 Number of partitions of n that contain at least one odd prime as a part. 1
0, 0, 0, 1, 1, 3, 4, 8, 10, 17, 22, 35, 45, 67, 86, 123, 156, 216, 273, 369, 463, 613, 765, 997, 1236, 1587, 1958, 2485, 3049, 3830, 4677, 5823, 7077, 8740, 10576, 12971, 15629, 19046, 22862, 27701, 33125, 39928, 47579, 57078, 67788, 80963, 95852, 114023 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
FORMULA
a(n) = A000041(n) - A355195(n).
EXAMPLE
For n = 6 the partitions of 6 that contain at least one odd prime as a part are [3, 3], [5, 1], [3, 2, 1], [3, 1, 1, 1]. There are four of these partitions so a(6) = 4.
PROG
(PARI) a(n) = my(nb=0); forpart(p=n, if (#select(x->((x>2) && isprime(x)), Vec(p)) >=1, nb++); ); nb; \\ Michel Marcus, Jun 23 2022
CROSSREFS
Sequence in context: A115264 A210631 A212543 * A238546 A147617 A308910
KEYWORD
nonn
AUTHOR
Omar E. Pol, Jun 23 2022
EXTENSIONS
More terms from Michel Marcus, Jun 23 2022
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 8 04:35 EDT 2024. Contains 375018 sequences. (Running on oeis4.)