login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A100323 List of numbers n such that decimal expansion of Pi^n begins (after the decimal point) with n. 1
1, 4, 75, 9424, 12669 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

The terms of this current sequence are related to those in A100322, but do not necessarily appear in that sequence since A100322 is defined as the smallest positive integer a(n) such that the decimal places of Pi^a(n) begin with n.

EXAMPLE

E.g. Pi^1=3.1...; Pi^4=97.4...; Pi^75=19330382693312372796273669213182810875.75...

MATHEMATICA

p = N[Pi, 10^4]; f[n_] := Block[{r = RealDigits[p^n, 10, Max[5, n]]}, e = r[[2]]; FromDigits[ Take[r[[1]], {e + 1, e + 1 + Floor[ Log[10, n]]} ]]]; Do[ If[ f[n] == n, Print[n]], {n, 10^4}] (from Robert G. Wilson v Nov 16 2004)

CROSSREFS

Cf. A100322.

Sequence in context: A006236 A120248 A191505 * A067921 A101718 A094160

Adjacent sequences:  A100320 A100321 A100322 * A100324 A100325 A100326

KEYWORD

base,nonn

AUTHOR

Mark Hudson (mrmarkhudson(AT)hotmail.com), Nov 16 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 04:48 EST 2012. Contains 205570 sequences.