Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A124436
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A124436 a(1)=1, a(n)=p_i^d_i where p_i is i-th prime and d_i is i-th digit of a(n-1). +0
1
1, 2, 4, 16, 1458, 2918430506250, 7164640537512654203797788776525821310188011060 (list; graph; listen)
OFFSET

1,2

COMMENT

Or a(n-1)= decimal encoding of the prime factorization of a(n). Cf. A068633 Let n = p^a*q^b... then a(n) = concatenation paqb..., A067599 Decimal encoding of the prime factorization of n.

EXAMPLE

a(4)=16, a(5)=2^1 * 3^6 = 1458;

a(6)= 2^1 * 3^4 * 5^5 * 7^8 = 2918430506250.

MATHEMATICA

a[1]=1; id[n_]:=id[n]=IntegerDigits[a[n-1]]; a[n_]:=a[n]= Times@@Table[Prime[i]^id[n][[i]], {i, 1, Length[id[n]]}]; {1, Table[a[n], {n, 2, 7}]}//Flatten

CROSSREFS

Cf. A067599, A068633.

Sequence in context: A001146 A114641 A001128 this_sequence A014221 A048872 A105510

Adjacent sequences: A124433 A124434 A124435 this_sequence A124437 A124438 A124439

KEYWORD

base,nonn

AUTHOR

Zak Seidov (zakseidov(AT)gmail.com), Dec 16 2006

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 August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research