A232086 Third root of n contains n as a string of digits to the immediate right of the decimal point (excluding leading zeros).
2, 39, 48570, 70293094, 97959170, 383263523, 7141269931, 52167799575, 54592884236, 80834974860, 3224757993012, 8391216236921, 174753523862043, 2248771925089484, 355191775894066192, 758148263300700696, 3004862096444523247, 9336508574693449683, 71580261944407825851
Offset: 1
Examples
97959170^(1/3) = 460.97959170151...
Links
- Robert Tanniru, PARI code
Programs
-
PARI
/* PARI functions provided in extra link. */ /* Sample Run Using a = [0,12], b=10, p=3 */ GetAllGIs(0,12,10,3,1)
Extensions
a(11)-a(12) added by Robert Tanniru, Nov 20 2013
More terms from Bert Dobbelaere, Jun 23 2024