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!)
A195364 Number of partitions of n plus number of divisors of n. 2
2, 4, 5, 8, 9, 15, 17, 26, 33, 46, 58, 83, 103, 139, 180, 236, 299, 391, 492, 633, 796, 1006, 1257, 1583, 1961, 2440, 3014, 3724, 4567, 5612, 6844, 8355, 10147, 12314, 14887, 17986, 21639, 26019, 31189, 37346, 44585, 53182, 63263, 75181, 89140, 105562, 124756 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = p(n) + d(n) = A000041(n) + A000005(n).
PROG
(PARI) al(n)=vector(n, k, numbpart(k)+numdiv(k))
CROSSREFS
Sequence in context: A280050 A360772 A271392 * A279793 A305076 A332223
KEYWORD
nonn
AUTHOR
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 5 12:17 EDT 2024. Contains 374950 sequences. (Running on oeis4.)