Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A125249
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A125249 Numbers n for which the absolute values of the abundances of n, n^2 and n^3 are all prime numbers. +0
1
289, 201601, 222784, 638401, 868562, 910116, 4694048, 4950625, 8994001, 9054081, 19855936, 30085225, 32385152, 47623801, 55100929, 72182016, 78952178, 85099058, 86303522, 91910569 (list; graph; listen)
OFFSET

1,1

EXAMPLE

n=289; The abundance of 289 is -271, the abundance of 83521 (289^2) is -78301, the abundance of 24137569 (289^3) is -22628971 - all of which are negatives of primes.

PROGRAM

(PARI) {for(n=1, 1000000, if(isprime(abs(sigma(n)-2*n))&&isprime(abs(sigma(n^2)-2*n^2))&&isprime(abs(sigma(n^3)-2*n^3)), print1(n, ", ")))}

CROSSREFS

Cf. A088005, A125236, A125237.

Sequence in context: A008367 A112077 A114762 this_sequence A013761 A013883 A091680

Adjacent sequences: A125246 A125247 A125248 this_sequence A125250 A125251 A125252

KEYWORD

nonn

AUTHOR

Jason G. Wurtzel (j_seq(AT)wurtzel.com), Nov 26 2006

EXTENSIONS

More terms from Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), May 29 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified September 6 09:40 EDT 2008. Contains 143480 sequences.


AT&T Labs Research