cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Previous Showing 21-22 of 22 results.

A252892 Primes p such that sigma(p) = 1 + p is a partition number (sorted increasingly).

Original entry on oeis.org

2, 29, 41, 6841, 37337, 53173, 105557, 124753, 614153, 26543659, 541946239, 2841940499, 3519222691, 30388671977, 6622987708039, 3925922161489421, 1089657644424399781, 9147679068859117601, 13196258966925435701, 505499305314204629557, 2715220650772245313219
Offset: 1

Views

Author

Omar E. Pol, Dec 24 2014

Keywords

Comments

Primes of the form p(k) - 1, where p(k) is a partition number (see A000040).
Primes in A000065. Intersection of A000040 and A000065.
Primes in A252891. Intersection of A000040 and A252891.

Examples

			41 is in the sequence because 41 is prime and the sum of divisors of 41 is 1 + 41 = 42 and 42 is the partition number of 10.
		

Crossrefs

Programs

  • PARI
    lista() = {v = readvec("b000041.txt"); for (n=1, #v, if (isprime(p=v[n]-1), print1(p, ", ")););} \\ Michel Marcus, Dec 29 2014

Extensions

More terms from Michel Marcus, Dec 28 2014
Edited by Wolfdieter Lang, Jan 14 2015

A127700 Numbers n such that partition number of n^2 is even.

Original entry on oeis.org

3, 5, 8, 10, 16, 20, 21, 23, 26, 28, 30, 39, 41, 43, 45, 46, 47, 48, 49, 50, 51, 56, 58, 59, 63, 66, 68, 70, 71, 73, 76, 78, 80, 82, 84, 85, 86, 87, 88, 92, 93, 95, 96, 97, 100, 102, 103, 111, 112, 113, 115, 117, 120, 121, 122, 123, 125, 127, 129, 131, 134, 135, 137
Offset: 1

Views

Author

Zak Seidov, Apr 03 2007

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Range[200],EvenQ[PartitionsP[ #^2]]&]

Formula

A000041(n^2) is even.
Previous Showing 21-22 of 22 results.