|
Search: id:A131496
|
|
|
| A131496 |
|
Values of n such that n^PI starts with the digits n. |
|
+0 1
|
| |
|
|
OFFSET
|
1,2
|
|
|
EXAMPLE
|
74 is a term of this sequence because 74^PI = 745357.5218745..., which starts with 74.
|
|
PROGRAM
|
(PARI) s=1; for(i=1, 500000, s=i^Pi; while(s-i>11, s=s/10); if(floor(s)==i, printp1(i, ", "), ))
|
|
CROSSREFS
|
Sequence in context: A102322 A018576 A027290 this_sequence A132294 A032330 A018604
Adjacent sequences: A131493 A131494 A131495 this_sequence A131497 A131498 A131499
|
|
KEYWORD
|
more,nonn,base
|
|
AUTHOR
|
Randy L. Ekl (Randy.Ekl(AT)Motorola.com), Aug 12 2007
|
|
|
Search completed in 0.002 seconds
|