Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A120635
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A120635 Replace each prime power in the prime-factorizaton of n with the next higher prime-power. +0
3
1, 3, 4, 5, 7, 12, 8, 9, 11, 21, 13, 20, 16, 24, 28, 17, 19, 33, 23, 35, 32, 39, 25, 36, 27, 48, 29, 40, 31, 84, 32, 37, 52, 57, 56, 55, 41, 69, 64, 63, 43, 96, 47, 65, 77, 75, 49, 68, 53, 81, 76, 80, 59, 87, 91, 72, 92, 93, 61, 140, 64, 96, 88, 67, 112, 156, 71, 95, 100, 168, 73 (list; graph; listen)
OFFSET

1,2

LINKS

Leroy Quet, Home Page (listed in lieu of email address)

EXAMPLE

12 = 2^2 *3^1. 5 is the prime power closest to 2^2 and larger than 2^2. 4 is the prime power closest to 3 and larger than 3. So a(12) = 5*4 = 20.

PROGRAM

(PARI) { a(n) = local(f, r, k, d); f=factorint(n); r=1; for(i=1, matsize(f)[1], k=f[i, 1]^f[i, 2]+1; while(!isprime(k) && (!ispower(k, NULL, &d)||!isprime(d)), k++); r*=k); r } - Max Alekseyev (maxale(AT)gmail.com), Feb 01 2007 [Remove "NULL" before running]

CROSSREFS

Cf. A120636.

Sequence in context: A076497 A137950 A046413 this_sequence A113533 A023713 A032890

Adjacent sequences: A120632 A120633 A120634 this_sequence A120636 A120637 A120638

KEYWORD

nonn

AUTHOR

Leroy Quet Jun 22 2006

EXTENSIONS

More terms from Max Alekseyev (maxale(AT)gmail.com), Feb 01 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 November 23 10:40 EST 2009. Contains 167421 sequences.


AT&T Labs Research