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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A048836 Decimal expansion of fourth Smarandache constant (a=1). 1
1, 7, 2, 8, 7, 5, 7, 6, 0, 5, 3, 0, 2, 2, 3, 4, 1, 2, 2, 4, 1, 1, 2, 7, 5, 2, 3, 0, 3, 8, 5, 3, 8, 7, 6, 7, 4, 5, 9, 6, 6, 0, 6, 7, 7, 9, 1, 4, 8, 5, 1, 3, 1, 0, 5, 2, 6, 6, 4, 7, 6, 9, 0, 5, 6, 3, 2, 4, 8, 6, 9, 5, 8, 8, 9, 3, 1, 3, 7, 2, 1, 7, 9, 7, 3, 8, 0, 4, 9, 7, 4, 6, 2, 5, 3, 7, 0, 1, 1, 9 (list; constant; graph; refs; listen; history; internal format)
OFFSET

1,2

REFERENCES

I. Cojocaru, S. Cojocaru, The Third and Fourth Constants of Smarandache, Smarandache Notions Journal, Vol. 7, No. 1-2-3, 1996, 121-126.

LINKS

M. L. Perez et al., eds., Smarandache Notions Journal

Eric Weisstein's World of Mathematics, Smarandache Constants

FORMULA

Sum_{n >= 2} (n/Product_{i >= 2} S(i)), where S(n) is the Kempner-Smarandache function A002034.

EXAMPLE

Constant=1.72875760530223...

PROG

(PARI) S(n)=local(m); if(isprime(n), n, m=1; while(m!%n!=0, m++); m S4(a, k)=local(v, i, p, y); v=vector(k, i, S(i)); p=1; y=0.; for(i=2, k, p*=v[i]; y+=i^a/p); y S4(1, 200) - Frank Adams-Watters (FrankTAW(AT)Netscape.net), Apr 18 2006

CROSSREFS

Sequence in context: A199046 A198564 A107311 * A198673 A086236 A125126

Adjacent sequences:  A048833 A048834 A048835 * A048837 A048838 A048839

KEYWORD

nonn,cons

AUTHOR

Charles T. Le (charlestle(AT)yahoo.com)

EXTENSIONS

More terms from Frank Adams-Watters (FrankTAW(AT)Netscape.net), Apr 18 2006

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 17 04:58 EST 2012. Contains 205985 sequences.